Browse Source

修改线上测试环境问题

fix_bug_pro20231227
pref_mail@163.com 2 years ago
parent
commit
e56c3b6bc4
  1. 2
      src/views/basicdata/brand/basicdataTripartiteMall.vue

2
src/views/basicdata/brand/basicdataTripartiteMall.vue

@ -270,7 +270,7 @@ export default {
}, },
onLoad (page, params = {}) { onLoad (page, params = {}) {
this.loading = true; this.loading = true;
this.query.client = this.$route.query.id; this.query.clientId = this.$route.query.id;
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data; const data = res.data.data;
this.page.total = data.total; this.page.total = data.total;

Loading…
Cancel
Save