diff --git a/src/views/system/user/toExamineUser.vue b/src/views/system/user/toExamineUser.vue index e00df3f..e3b6291 100644 --- a/src/views/system/user/toExamineUser.vue +++ b/src/views/system/user/toExamineUser.vue @@ -338,7 +338,7 @@ type="primary" size="mini" icon="el-icon-circle-plus-outline" - @click="dohankClick({ type: 'dyAuthorization', action: 'add' })" + @click="dohankClick({ type: 'dyAuthorization', action: 'add'})" >添加 刷新 @@ -478,13 +478,15 @@ export default { }, // 抖音弹框 openDyDialog(data) { + this.rowObj = data this.companyId = data.id this.dyDialog = true this.getOceanEnginePage() }, dohankClick(params) { + console.log(params, 'params') const { type, row, action } = params - this.rowObj = row + // this.rowObj = row if (row) { this.companyId = row.companyId }