@@ -961,7 +961,9 @@ const handleBatchEdit = () => {
return
}
editForm.value = {}
+ importModifyCallback.value = null
batchEditShow.value = true
+
const handleBatchEditSubmit = async () => {