From 0d1f118b3a0413a490f0c36e0841a14ec55b87b9 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期三, 28 五月 2025 08:47:54 +0800
Subject: [PATCH] 1.期初版本

---
 H5/Js/IPQC_SJ/Add.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/H5/Js/IPQC_SJ/Add.js b/H5/Js/IPQC_SJ/Add.js
index 2eed73a..7db3472 100644
--- a/H5/Js/IPQC_SJ/Add.js
+++ b/H5/Js/IPQC_SJ/Add.js
@@ -198,7 +198,7 @@
                     let data = res.data.tbBillList[0];
                     if (data) {
                         that.formData = data;
-                        that.remarks = that.formData.fngDesc;
+                        that.remarks = that.formData.fnGDesc;
                         that.AxiosHttp("post", 'Ipqc/getJYItem', {
                             //id: that.formData.guid,
                             releaseNo: that.formData.releaseNo
@@ -233,7 +233,7 @@
         submit() {
             var that = this;
             that.ttrre = true;
-            that.AxiosHttp("post", 'MesQaItemsDetect01Manager/EditModelSubmit', {
+            that.AxiosHttp("post", 'FqcManager/EditModelSubmit', {
                 guid: that.formData.guid
             }, true, 1).then(function (res1) {
                 if (res1.rtnData.outSum == 1) {

--
Gitblit v1.9.3