wangting
2025-01-15 393610e32b27220268489feb4633a0907dd6bbc2
Source/plt-web/plt-web-ui/src/views/system/log/index.vue
@@ -136,7 +136,7 @@
      }).then(res => {
        this.tableData = res.data.data;
        this.page.total = res.data.total;
        this.selectList=[];
        this.selectList = [];
        this.tableLoading = false;
      })
    },