From ccb72d1aa7a9358e30bd45ccb6cd7ebef4786fe7 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 31 五月 2024 15:08:16 +0800
Subject: [PATCH] 故障登记单 我维修单 验收单 优化

---
 WebTM/views/IpadIndex.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index c464681..2038586 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -405,7 +405,7 @@
                 $.ajax({
                     url: GetWEBURL() + "/ReportPlatForm/DeleteGetLineBindBillList",
                     type: "GET",
-                    data: { "HSourceID": HSourceID },
+                    data: { "HSourceID": HSourceID ,"user": sessionStorage["HUserName"]},
                     dataType: "json",//鏁版嵁绫诲瀷鍙互涓� text xml json  script  jsonp
                     success: function (data) {
                         if (data.count > 0) {

--
Gitblit v1.9.1