修改删除逻辑

main
scrin 1 month ago
parent e6d88c9744
commit 0475d98d4d

@ -987,7 +987,7 @@ const getShildTableList = () => {
} }
// //
const tableData1 = ref([{Lon: 1}, {Lon: 2}]) const tableData1 = ref([])
// //
const uploadRef = ref(null) const uploadRef = ref(null)
const uploadFiles = async (e) => { const uploadFiles = async (e) => {
@ -1384,7 +1384,7 @@ onMounted(() => {
getSocket() getSocket()
getOption() getOption()
getShildTableList() getShildTableList()
// testFun() // testFun()
getDotsData() getDotsData()
}) })

Loading…
Cancel
Save