WXL
2024-09-03 d03829bdf327d0e457a2f4e3699a69d5ad47d3a3
src/views/system/user/index.vue
@@ -307,7 +307,7 @@
          <el-col :span="12">
            <el-form-item label="归属部门" prop="deptId">
              <treeselect
                v-model="deptIds"
                v-model="form.depts"
                :options="deptOptions"
                :multiple="true"
                :show-count="true"
@@ -743,6 +743,7 @@
        this.open = true;
        this.title = "添加用户";
        this.form.password = this.initPassword;
        this.form.depts = [];
      });
    },
    /** 修改按钮操作 */