|
@@ -105,7 +105,8 @@ export default {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
this.tableData = [];
|
|
this.tableData = [];
|
|
const res = await asyncRequest.companyReport({
|
|
const res = await asyncRequest.companyReport({
|
|
- daytime: this.date
|
|
|
|
|
|
+ daytime: this.date,
|
|
|
|
+ companyNo: "GS2203161855277894"
|
|
});
|
|
});
|
|
|
|
|
|
if (res.code === 0 && res.data && res.data.length > 0) {
|
|
if (res.code === 0 && res.data && res.data.length > 0) {
|