This commit is contained in:
汪汇 2024-03-07 09:13:29 +08:00
parent 155f9c5bc5
commit ef184a242f
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ onMounted(() => {
setTimeout(() => {
init();
columnList();
}, 500);
}, 600);
});
const columnList = (e) => {
http.get(`/srv/platform/map/columnList`).then((res) => {