Browse Source

修改我有事说功能调整功能测试bug

feature/lc_issueAdjustment
liuchuang 4 years ago
parent
commit
5c99076855
  1. 7
      src/views/modules/sys/user-add-or-update.vue

7
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()

Loading…
Cancel
Save