新增用户时,给部门增加默认值。

对应Issue,Cloud版本库。
https://gitee.com/zhijiantianya/yudao-cloud/issues/I8C4B5
This commit is contained in:
wgs7909 2023-10-31 06:39:57 +08:00
parent d8e49fa0f6
commit ab9dc8ad71
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,5 @@
<template>
<div class="app-container">
<doc-alert title="用户体系" url="https://doc.iocoder.cn/user-center/" />
<doc-alert title="三方登陆" url="https://doc.iocoder.cn/social-user/" />
<doc-alert title="Excel 导入导出" url="https://doc.iocoder.cn/excel-import-and-export/" />
<!-- 搜索工作栏 -->
<el-row :gutter="20">
<!--部门数据-->
@ -479,6 +476,8 @@ export default {
//
this.open = true;
this.title = "添加用户";
//
this.form.deptId = this.queryParams.deptId;
this.form.password = this.initPassword;
},
/** 修改按钮操作 */