资料目录维护文件夹名称唯一性校验
This commit is contained in:
@@ -389,10 +389,12 @@ export default {
|
||||
*/
|
||||
companyChange(value) {
|
||||
this.selectedCompany = value
|
||||
this.model.contactsId = undefined
|
||||
this.model.contactsIdOne = undefined
|
||||
this.model.contactsIdTwo = undefined
|
||||
this.model.contactsIdThree = undefined
|
||||
this.model.mailContactsId = undefined
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue(pick(this.model, 'contactsId', 'mailContactsId'))
|
||||
this.form.setFieldsValue(pick(this.model, 'contactsIdOne', 'contactsIdTwo', 'contactsIdThree', 'mailContactsId'))
|
||||
})
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user