This commit is contained in:
parent
155f9c5bc5
commit
ef184a242f
|
@ -498,7 +498,7 @@ onMounted(() => {
|
|||
setTimeout(() => {
|
||||
init();
|
||||
columnList();
|
||||
}, 500);
|
||||
}, 600);
|
||||
});
|
||||
const columnList = (e) => {
|
||||
http.get(`/srv/platform/map/columnList`).then((res) => {
|
||||
|
|
Loading…
Reference in New Issue