This commit is contained in:
PQZ 2024-09-23 23:06:43 +08:00
parent bcc9758db3
commit c7708dd718
2 changed files with 3 additions and 3 deletions

View File

@ -133,8 +133,8 @@ export default {
},
data() {
return {
tenantCode:"lighting",
// tenantCode:"lanan",
// tenantCode:"lighting",
tenantCode:"lanan",
codeUrl: "",
//
captchaEnable: false,

View File

@ -170,7 +170,7 @@ export default {
try {
this.loading = true;
const res = await OrderInfoApi.getOrderInfoPage(this.queryParams);
this.list = res.data.list;
this.list = res.data.records;
this.total = res.data.total;
} finally {
this.loading = false;