From ffd88d66e16c6c7a37135bb2631c3f1aa4b43e98 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 10 九月 2025 15:22:30 +0800 Subject: [PATCH] 111 --- H5/Js/IPQC_SJ/Add.js | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/H5/Js/IPQC_SJ/Add.js b/H5/Js/IPQC_SJ/Add.js index cba4509..d19e67d 100644 --- a/H5/Js/IPQC_SJ/Add.js +++ b/H5/Js/IPQC_SJ/Add.js @@ -186,11 +186,9 @@ }, true, 1).then(function (res1) { if (res1.rtnCode == 1) { that.tableMxData = res1.rtnData; - that.$playSound('success'); } else { that.$toast.fail(res1.rtnMsg); - that.$playSound('error'); } }).catch(function (error) { that.$toast.fail("缃戠粶閿欒锛岃閲嶈瘯锛�"); @@ -203,7 +201,6 @@ if (!that.inputValue) { this.$toast.fail("妫�楠屽�间笉鑳戒负绌�"); - that.$playSound('error'); that.isLoading = false; return; } @@ -225,14 +222,12 @@ that.$notify({ type: 'success', message: res1.rtnMsg }); - that.$playSound('success'); that.refreshJYItem();//鍒锋柊妫�楠岄」鐩� //that.handleTabClick();//鍒锋柊妫�楠屾槑缁嗛潰鏉� //that.$refs.inputValue.focus(); that.inputValue = null; } else { that.$toast.fail(res1.rtnMsg); - that.$playSound('error'); that.inputValue = null; } that.isLoading = false; @@ -316,11 +311,9 @@ }, true, 1).then(function (res1) { if (res1.rtnData.outSum == 1) { that.$notify({ type: 'success', message: '鎻愪氦鎴愬姛' }); - that.$playSound('success'); that.init(); } else { that.$toast.fail(res1.rtnData.outMsg); - that.$playSound('error'); } that.ttrre = false }).catch(function (error) { @@ -343,11 +336,9 @@ }, true, 1).then(res1 => { if (res1.rtnCode == 1) { that.$notify({ type: 'success', message: '閲嶆柊鍔犺浇鎴愬姛' }); - that.$playSound('success'); that.init(); } else { that.$toast.fail(res1.rtnMsg); - that.$playSound('error'); } that.isLoading = false; }).catch(error => { -- Gitblit v1.9.3