cnf
2025-08-01 ffff1a877c0ec73666788c695cccf769c2bb5fed
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: '提交成功' });