新增用户添加参数

This commit is contained in:
BianLzhaoMin 2024-07-23 17:11:52 +08:00
parent dbf1fab28d
commit 3c8fd1e72b
1 changed files with 1 additions and 0 deletions

View File

@ -959,6 +959,7 @@ export default {
deptIdChange(val) {
console.log(val, '部门变化时')
// console.log(this.form, '--')
this.form.companyId = val.companyId
},
/** 转换部门数据结构 */
normalizer(node) {