This commit is contained in:
xiaozhiyong
2023-02-21 13:47:04 +08:00
parent 96233ead10
commit 955ab6840c
8 changed files with 164 additions and 197 deletions

View File

@@ -416,7 +416,6 @@ export default {
]).then(([firstRes, secondRes]) => {
this.oilCompanyMatch = { ...firstRes.data, ...secondRes.data };
console.log("this.oilCompanyMatch", this.oilCompanyMatch);
this.controlWindows.detail = true;
});
},
@@ -483,7 +482,6 @@ export default {
this.parameter.params.createTimeStart = val[0];
this.parameter.params.createTimeEnd = val[1];
}
console.log(val);
},
// table height
heightHandle() {