diff --git a/src/views/modules/sys/user-add-or-update.vue b/src/views/modules/sys/user-add-or-update.vue index 185908a..d0c6709 100644 --- a/src/views/modules/sys/user-add-or-update.vue +++ b/src/views/modules/sys/user-add-or-update.vue @@ -306,6 +306,13 @@ export default { this.$nextTick(() => { this.$refs['dataForm'].resetFields() this.roleIdListDefault = [] + this.dataForm.headUrl = '' + this.dataForm.wgyInfo.staffId = '' + this.dataForm.wgyInfo.staffName = '' + this.dataForm.wgyInfo.mobile = '' + this.dataForm.wgyInfo.agencyId = '' + this.dataForm.wgyInfo.agencyAllName = '' + this.dataForm.wgyInfo.customerId = '' Promise.all([ this.getDeptList(), this.getRoleList()