From 033ef98f861148ffbff692a39ad0825f1e320326 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期五, 07 二月 2025 10:09:13 +0800
Subject: [PATCH] 1.来料检验 重新加载项目 初步 1

---
 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