|
@ -106,6 +106,8 @@ export default { |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
getArchivesType(setField) { |
|
|
getArchivesType(setField) { |
|
|
|
|
|
// 门类切换时,表单校验清除 |
|
|
|
|
|
this.$refs.previewForm1.$refs['addOrUpdateForm'].clearValidate() |
|
|
FetchArchivesTypeManage({ categoryId: this.selectedCategory.id, isType: 2 }).then(res => { |
|
|
FetchArchivesTypeManage({ categoryId: this.selectedCategory.id, isType: 2 }).then(res => { |
|
|
this.allFieldsData.splice(0, this.allFieldsData.length) |
|
|
this.allFieldsData.splice(0, this.allFieldsData.length) |
|
|
this.isInputFields.splice(0, this.isInputFields.length) |
|
|
this.isInputFields.splice(0, this.isInputFields.length) |
|
|