qx
qx
2025-04-15 99dcb0a585582d195a33e0d0cefcd6ec7857c537
src/components/public/index.vue
@@ -220,8 +220,8 @@
          this.loading = true; // 添加加载状态
  
          const res = await getlist(this.queryParams);
          this.dataList = res.rows;
          this.total = res.total;
          this.dataList = res.data.rows;
          this.total = res.data.total;
  
          // 如果需要选中操作,将其封装为独立方法
          await this.handleAutoSelection();