duy 1 рік тому
батько
коміт
f80a237875
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      src/views/manager/contractinfo/detail.vue

+ 4 - 4
src/views/manager/contractinfo/detail.vue

@@ -1156,10 +1156,10 @@ export default {
           if (Number(this.contractForm.storagePeriod) < 0) {
             this.contractForm.storagePeriod = 0;
           }
-          if(this.contractForm.contractType==4){
+          
             this.meterContractInfo=this.contractForm.meterContractInfo
          
-          }
+          
           this.$nextTick(() => {
             this.typeChang['1'] = false;
           })
@@ -1321,9 +1321,9 @@ export default {
               this.idList.forEach(val => {
                 das.idList.push({contractId: val})
               })
-              if(this.contractForm.contractType==4){
+     
                 das.meterContractInfo=this.meterContractInfo
-              }
+              
             
               resolve(submitContractInfo(das))
               this.btnLoad = false