This commit is contained in:
BianLzhaoMin 2025-01-03 15:26:27 +08:00
parent 5dd0386da4
commit 60facdcc5c
1 changed files with 14 additions and 0 deletions

View File

@ -355,6 +355,20 @@ export default {
nickName,
fileList: [{ url: logo }],
})
} else {
this.addOrEditForm = {
deptName: '',
deptAbbreviation: '',
remark: '',
password: '',
logo: '',
nickName: '',
phonenumber: '',
userName: '',
orderNum: 200,
fileList: [],
roles: '系统管理员',
}
}
},
watch: {