|  | @@ -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>
 |