1
yangle
2023-11-27 5bdeb46d612665bd57d3a0a300b37565bc444816
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/Add_Edit_Gy_QCCheckClass.html
@@ -151,6 +151,7 @@
                var isEndCheck = document.getElementById("HStopflag").checked;
                data.field.HStopflag = isEndCheck;//将数组合并成字符串
                hID = hID == "" ? 0 : hID;
                data.field.HItemID = hID == "" ? 0 : hID;
                data.field.HParentID = TagParentId == "" ? 0 : TagParentId;
@@ -183,7 +184,7 @@
                            },
                            error: function (err) {
                                f_alert("错误:" + err);
                                f_alert("错误:" + err.responseText);
                                console.log("Reason" + sMainStr);
                            }
                        });
@@ -213,7 +214,7 @@
                            },
                            error: function (err) {
                                f_alert("错误:" + err);
                                f_alert("错误:" + err.responseText);
                                console.log("Reason" + sMainStr);
                            }
                        });