|
@@ -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
|