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 = []; }); }, /** 修改按钮操作 */