ludc
2023-12-18 5f1306d6ac9a64991383c02d96d504004b53c2f9
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,'createTime','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;