This commit is contained in:
duanxiaohai 2024-08-12 09:08:40 +08:00
parent f1e8e8d7ee
commit d3a5bf2a60
2 changed files with 2 additions and 1 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -631,6 +631,7 @@ const getTrain = () => {
.then((res) => { .then((res) => {
if (res.code == 200) { if (res.code == 200) {
tableType.data = res.data; tableType.data = res.data;
pagination.total = res.count;
} }
}); });
}; };
@ -962,7 +963,7 @@ const getData = async () => {
}; };
onMounted(() => { onMounted(() => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
startAutoSwitching(); startAutoSwitching();
}); });