yuxc
2025-01-15 c09f81131e8b7c83937206d7cf76f34d2020be75
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;
      })
    },