Explorar o código

编辑 插卷 刷新卷内文件数据

duy hai 1 semana
pai
achega
5bc1762111
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/archives/manage/tuning.vue

+ 3 - 1
src/views/archives/manage/tuning.vue

@@ -1205,7 +1205,8 @@ const archiveFileBatchUpdate = async (rows, type) => {
     if (!error && code === 200) {
         window.$message?.success('保存成功')
         batchUploadCancel()
-        getTableData()
+      
+        getintableData()
     } else {
         window.$message?.error('保存失败')
     }
@@ -1716,6 +1717,7 @@ fileInsertModalRef.value?.openInsertDialog(intableCheckedKeys.value, searchForm.
 const fileInsertModalRef = ref(null)
 const closeFileModal = ()=>{
     tableFileRef.value?.clearSelection()
+    getintableData()
 
 }
 </script>