wangting
2025-01-02 e358d69fc18870584dd2d9f531910b7838ea27d9
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];
        }
      );
    },