| 
														
															@@ -418,7 +418,10 @@ const beforeUpload = (file) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const isCsv = file.type === "application/vnd.ms-excel" || file.type === "text/csv" || file.name.endsWith(".csv"); 
														 | 
														
														 | 
														
															     const isCsv = file.type === "application/vnd.ms-excel" || file.type === "text/csv" || file.name.endsWith(".csv"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     updateFormInline({ ...initForm }); 
														 | 
														
														 | 
														
															     updateFormInline({ ...initForm }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     ruleFormRef.value.resetFields(); 
														 | 
														
														 | 
														
															     ruleFormRef.value.resetFields(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    onCancel() 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    isEdit.value = false; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    authenticMap.setPoint("point"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    authenticMap.clearMapData("isEdit", false, formInline.id); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    authenticMap.endDraw(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     if (!isCsv) { 
														 | 
														
														 | 
														
															     if (!isCsv) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         ElMessage.error("上传文件只能是 CSV 格式!"); 
														 | 
														
														 | 
														
															         ElMessage.error("上传文件只能是 CSV 格式!"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 |