|
|
@@ -739,10 +739,12 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
// 根据合同归档状态调整isContractArchive
|
|
|
- if (this.inputForm.contractStatus === "5") {
|
|
|
- this.inputForm.isContractArchive = "1"
|
|
|
- } else {
|
|
|
- this.inputForm.isContractArchive = "0"
|
|
|
+ if (this.commonJS.isEmpty(this.inputForm.isContractArchive)) {
|
|
|
+ if (this.inputForm.contractStatus === "5") {
|
|
|
+ this.inputForm.isContractArchive = "1"
|
|
|
+ } else {
|
|
|
+ this.inputForm.isContractArchive = "0"
|
|
|
+ }
|
|
|
}
|
|
|
this.$refs.uploadComponentReport.clearUpload()
|
|
|
this.$refs.uploadComponentExplain.clearUpload()
|