田源
2023-12-15 46b2cac34ac5f520e4d538ef108b6353d176779f
Source/UBCS-WEB/src/views/docking/loge.vue
@@ -315,13 +315,14 @@
    },
    onLoad(page, params={}) {
      this.loading = true;
      let createTime = 'desc'
      var query={}
      if (this.query) {
        for (var key in this.query) {
          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;