|
@ -306,6 +306,13 @@ export default { |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
this.$refs['dataForm'].resetFields() |
|
|
this.$refs['dataForm'].resetFields() |
|
|
this.roleIdListDefault = [] |
|
|
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([ |
|
|
Promise.all([ |
|
|
this.getDeptList(), |
|
|
this.getDeptList(), |
|
|
this.getRoleList() |
|
|
this.getRoleList() |
|
|