|
@@ -95,6 +95,8 @@
|
|
|
this.loading = false
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.inputForm.resetFields()
|
|
|
+ this.inputForm.attachmentProjectType = attachmentProjectType
|
|
|
+ this.inputForm.attachmentProjectSort = attachmentProjectSort
|
|
|
if (method === 'edit' || method === 'view') { // 修改或者查看
|
|
|
this.loading = true
|
|
|
this.programTypeFileDictService.queryById(this.inputForm.id).then(({data}) => {
|
|
@@ -103,11 +105,11 @@
|
|
|
if (this.inputForm.requiredStage === '0') {
|
|
|
this.inputForm.requiredStage = ''
|
|
|
}
|
|
|
+ this.inputForm.attachmentProjectType = attachmentProjectType
|
|
|
+ this.inputForm.attachmentProjectSort = attachmentProjectSort
|
|
|
this.loading = false
|
|
|
})
|
|
|
}
|
|
|
- this.inputForm.attachmentProjectType = attachmentProjectType
|
|
|
- this.inputForm.attachmentProjectSort = attachmentProjectSort
|
|
|
})
|
|
|
},
|
|
|
// 表单提交
|