智慧农业后台管理页面
guoshilong
2022-10-26 1f9f44f19d7a53e8b784dca31f3a512e590e729b
src/views/system/user.vue
@@ -372,8 +372,9 @@
            },
            {
              display: false,
              label: "封禁状态",
              label: "账号状态",
              prop: "bannedState",
              slot: true,
              dicData: [{
                label: '已封禁',
                value: "1"
@@ -870,7 +871,7 @@
        row['deptId'] = this.userInfo.dept_id;
        row.roleId = row.roleId.join(",");
        row.farmId = row.farmId.join(",");
        // row.postId = row.postId.join(",");
        row.id = null
        if (!row.sex){
          row.sex = 3
        }