瀏覽代碼

fix:修改上传后弹窗不出来的bug

wangsisi 4 月之前
父節點
當前提交
1d8dd03da8
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/authentic/index.vue

+ 4 - 1
src/views/authentic/index.vue

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