yangfeng
2024-01-24 f3c42d1f1a04ee1bb7cd99e3f6879398dfb34fa2
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) {