From 2b2e8603381d62b5da4a817710b33d583561ff3f Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期五, 12 九月 2025 09:27:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0' into 2.0

---
 cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js
index 4403ce4..044eba8 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js
@@ -102,11 +102,10 @@
 }
 TCarInfoDlg.addSubmit3 = function() {
     var ajax = new $ax(Feng.ctxPath + "/tShop/addDevice", function(data){
-        window.parent.TCompetition.table.refresh();
+        console.log("调用方法")
         TCarInfoDlg.close();
     });
     ajax.set("id",$("#id"));
-    ajax.set("siteId",$("#site"));
     ajax.set("device",$("#device"));
     ajax.start();
 }
@@ -652,9 +651,9 @@
     var carPhoto = new $WebUpload("img");
     carPhoto.setUploadBarId("progressBar");
     carPhoto.init();
-    var carPhoto = new $WebUpload("welfarePicture");
-    carPhoto.setUploadBarId("progressBar");
-    carPhoto.init();
+    var welfarePicture = new $WebUpload("welfarePicture");
+    welfarePicture.setUploadBarId("progressBar");
+    welfarePicture.init();
     var drivingLicensePhoto = new $WebUpload("drivingLicensePhoto");
     drivingLicensePhoto.setUploadBarId("progressBar");
     drivingLicensePhoto.init();

--
Gitblit v1.7.1