From fd0ec216a61db62c3a2d94d2bce760f90a770a65 Mon Sep 17 00:00:00 2001 From: doublekou <951513186@qq.com> Date: Wed, 26 Jul 2023 10:26:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=96=E9=9F=B3=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E5=BC=B9=E5=87=BA=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/toExamineUser.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }