fix: 编译问题bug修复。

This commit is contained in:
tianyongbao
2025-01-09 15:56:23 +08:00
parent 317f56fc33
commit 5098d72046

View File

@@ -339,7 +339,7 @@ function handleDel(row, index) {
}) })
getPageF(data.page) getPageF(data.page)
}) })
.catch(function (_err) {}) .catch()
} }
function handleUpdate(row, index, done, loading) { function handleUpdate(row, index, done, loading) {