@@ -706,7 +706,9 @@ const handleBatchEditSubmit = async () => {
if (code === 200) {
ElMessage.success(msg)
batchEditShow.value = false
+ getPlatFormReceivableList()
}
+
let importModifyCallback = ref()// 导入数据回调
@@ -558,7 +558,9 @@ const handelComfirm = (formEl: FormInstance | undefined) => {
router.back()
}, 1000)
}else{
- handleSearch()
+ setTimeout(() => {
+ router.load()
+ }, 1000)
} else {