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() { data() {
return { return {
tenantCode:"lighting", // tenantCode:"lighting",
// tenantCode:"lanan", tenantCode:"lanan",
codeUrl: "", codeUrl: "",
// //
captchaEnable: false, captchaEnable: false,

View File

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