fix: 自测bug修复。

This commit is contained in:
tianyongbao
2025-01-09 15:46:54 +08:00
parent 7c084cdad6
commit 317f56fc33

View File

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