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