田源
2023-12-15 46b2cac34ac5f520e4d538ef108b6353d176779f
整合代码
已修改1个文件
2 ■■■ 文件已修改
Source/UBCS-WEB/src/views/docking/loge.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/docking/loge.vue
@@ -322,7 +322,7 @@
          query['conditionMap["' + key + '"]'] = this.query[key];
        }
      }
      getLogoList(page.currentPage, page.pageSize,'createTime',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;