From 8a66f76e0b0af13ccdba14f1d38eed91139ca124 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期四, 23 三月 2023 11:41:43 +0800
Subject: [PATCH] 处理TODO,导出部分修改

---
 management/guns-admin/src/main/webapp/static/js/common/web-upload-file.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/management/guns-admin/src/main/webapp/static/js/common/web-upload-file.js b/management/guns-admin/src/main/webapp/static/js/common/web-upload-file.js
index 2b714a5..4b4b761 100644
--- a/management/guns-admin/src/main/webapp/static/js/common/web-upload-file.js
+++ b/management/guns-admin/src/main/webapp/static/js/common/web-upload-file.js
@@ -3,6 +3,7 @@
  */
 // 开始上传文件
 function UploadFileFn() {
+    console.log(111)
     $("#progressBarFile").html("0%").css("width", "0%");
     var upFile = $("#upFile").get(0).files[0]; //input file标签
     var formData = new FormData(); //创建FormData对象

--
Gitblit v1.7.1