heyujie
2022-05-05 13770fcc2dad1daa3534e4c4c5420e8d21904b29
src/views/personalCenter/components/SubAccount.vue
@@ -82,14 +82,9 @@
        <el-table-column label="操作">
          <template slot-scope="scope">
            <!-- 编辑 -->
            <span class="iconfont option" @click="editUser(scope.row)"
              >编辑</span
            >
            <!-- 解绑 -->
            <!-- <span class="iconfont option" @click="Untying(scope.row)"
              >解绑</span
            > -->
          </template>
        </el-table-column>
      </el-table>
@@ -371,7 +366,6 @@
      this.ruleForm.isChangePwd = row.isChangePwd;
      this.ruleForm.industryId = row.industryId;
      this.ruleForm.areaId = row.areaId;
      debugger;
      this.ruleForm.address = [row.provinceId, row.areaId];
      this.ruleForm.provinceId = row.provinceId;
      this.ruleForm.authDuration = row.authDuration;
@@ -420,9 +414,12 @@
        menuIds: this.ruleForm.menuIds,
        dataIds: this.ruleForm.dataIds,
      };
      debugger;
      saveSubUser(json).then((res) => {
        debugger;
        if (res.success) {
          this.isShowAdd = false;
          this.isEditing = false;
          this.findUserList();
        }
      });
    },
    findUserList() {