kyy
2025-07-15 fdd1c56d7bdcbbaa1ee8c6778d9f308b85a1aabd
H5/Js/LLJ/Add.js
@@ -299,7 +299,8 @@
            var that = this;
            that.ttrre = true;
            that.AxiosHttp("post", 'MesQaItemsDetect01Manager/EditModelSubmit', {
                guid: that.formData.guid
                guid: that.formData.guid,
                userGuid: this.GetLoginInfor().loginGuid // 新增参数:用户唯一标识
            }, true, 1).then(function (res1) {
                if (res1.rtnData.outSum == 1) {
                    that.$notify({ type: 'success', message: '提交成功' });