lu
2025-02-07 0f549e83e9924de98614b287f42147e28edc5432
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();