新增用户添加参数
This commit is contained in:
parent
dbf1fab28d
commit
3c8fd1e72b
|
|
@ -959,6 +959,7 @@ export default {
|
|||
deptIdChange(val) {
|
||||
console.log(val, '部门变化时')
|
||||
// console.log(this.form, '表单数据--')
|
||||
this.form.companyId = val.companyId
|
||||
},
|
||||
/** 转换部门数据结构 */
|
||||
normalizer(node) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue