田源
2023-12-15 5c6c4ec9862758615c118620e234dd9416d39e9d
Source/UBCS-WEB/src/views/docking/loge.vue
@@ -321,7 +321,7 @@
          query['conditionMap["' + key + '"]'] = this.query[key];
        }
      }
      getLogoList(page.currentPage, page.pageSize, Object.assign(params,this.params, query,this.query)).then(res => {
      getLogoList(page.currentPage, page.pageSize, 'desc',Object.assign(params,this.params, query,this.query),).then(res => {
        const data = res.data.data;
        this.page.total = data.total;
        this.data = data.records;