src/views/unifiedManage/userManage/index.vue
@@ -85,7 +85,7 @@ editConfig: { visible: false, title: "查看", infomation: {} form: {} }, reviewConfig: { visible: false, @@ -132,7 +132,7 @@ console.log(row) this.reviewConfig.visible = true this.reviewConfig.title = "用户审核" this.reviewConfig.infomation = { ...row } this.reviewConfig.infomation = { result: 3, ...row } }, // 停用 changeStatusClick(row, status) {