src/views/maintenance/operationLog.vue
@@ -244,7 +244,7 @@ const data = await operateSelectByPageAndCount(this.listData); console.log(data); if (data.code != 200) { this.$message.error("列表调用失败"); return this.$message.error("列表调用失败"); } this.tableData = data.result; this.count = data.count;