Explorar el Código

计量信息加字段

duy hace 1 año
padre
commit
f80a237875
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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