更新
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user