瀏覽代碼

计量信息加字段

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