田源
2025-01-02 6e70fb46f7b5fd910cc317ba84ef4c8cb93f9ef8
Source/plt-web/plt-web-ui/src/views/system/log/index.vue
@@ -134,6 +134,7 @@
      }).then(res => {
        this.tableData = res.data.data;
        this.page.total = res.data.total;
        this.selectList=[];
        this.tableLoading = false;
      })
    },
@@ -195,7 +196,7 @@
          this.lastIndex = newIndex;
        },
        () => {
          this.selectList = [];
          this.selectList = [row];
        }
      );
    },