|
@ -126,7 +126,7 @@ export default { |
|
|
await this.getMenuList() |
|
|
await this.getMenuList() |
|
|
await this.getMenuShujuList() |
|
|
await this.getMenuShujuList() |
|
|
|
|
|
|
|
|
this.$refs['ref_form'].resetFields(); |
|
|
|
|
|
this.$refs.menuListTree.setCheckedKeys([]) |
|
|
this.$refs.menuListTree.setCheckedKeys([]) |
|
|
this.$refs.menuListShujuTree.setCheckedKeys([]) |
|
|
this.$refs.menuListShujuTree.setCheckedKeys([]) |
|
|
|
|
|
|
|
@ -297,31 +297,15 @@ export default { |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resetData () { |
|
|
resetData () { |
|
|
this.roleId = '' |
|
|
this.roleId = '' |
|
|
this.fileList = [] |
|
|
|
|
|
this.hideUploadEdit = false |
|
|
|
|
|
|
|
|
|
|
|
this.formData = { |
|
|
this.formData = { |
|
|
roleId: '', |
|
|
id: '', |
|
|
agencyId: '',//当前网格所属组织Id |
|
|
|
|
|
userId: '',//居民端小程序的用户id、数字社区的icResiUserId、其他情况无值 |
|
|
|
|
|
userType: 'icresi',//居民端小程序的人:resi;数字社区的居民:icresi;导入的:import;同步的:synchro |
|
|
|
|
|
name: '', |
|
|
name: '', |
|
|
idCard: '', |
|
|
remark: '',//备注 |
|
|
mobile: '', |
|
|
menuIdList: [], |
|
|
natTime: '', |
|
|
customerId: '' |
|
|
natAddress: '', |
|
|
|
|
|
natResult: '', |
|
|
|
|
|
isSelChannel: false, |
|
|
|
|
|
channel: [], |
|
|
|
|
|
content: '', |
|
|
|
|
|
|
|
|
|
|
|
fileName: '',//附件名 |
|
|
|
|
|
attachmentType: '',//附件类型((图片 - image、 视频 - video、 语音 - voice、 文档 - doc)) |
|
|
|
|
|
attachmentUrl: '',//附件地址 |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|