From 0f549e83e9924de98614b287f42147e28edc5432 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 07 二月 2025 10:14:33 +0800
Subject: [PATCH] Merge branch 'master' of http://git.gs-mes.com:8080/r/~tjx/QXPDA

---
 H5/Js/LLJ/Add.js |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/H5/Js/LLJ/Add.js b/H5/Js/LLJ/Add.js
index 193e949..a67c2d0 100644
--- a/H5/Js/LLJ/Add.js
+++ b/H5/Js/LLJ/Add.js
@@ -108,6 +108,26 @@
         },
         removeXJ() {
 
+            var that = this;
+
+            that.ttrre = true;
+
+            that.AxiosHttp("post", 'MesQaItemsDetect01Manager/ReloadModel5', {
+                guid: "158f4324-955e-4a3b-aafa-09babf3c3368"
+            }, true, 1).then(function (res1) {
+                if (res1.status == 1) {
+                    that.$toast.fail(res1.message);
+                } else {
+                    that.$notify({ type: 'success', message: '鎻愪氦鎴愬姛' });
+                    that.init();
+                }
+                that.ttrre = false
+            }).catch(function (error) {
+                that.$toast.fail("缃戠粶閿欒锛岃閲嶈瘯锛�");
+                that.ttrre = false
+                console.log(error);
+            });
+
         },
         GetBack1() {
             window.history.back();

--
Gitblit v1.9.3