From 15e3754fbd43236fd2768d4e6f4ee0f176c9cabf Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Fri, 2 Aug 2024 11:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/fgChange.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pages/fg/fgChange.vue b/src/pages/fg/fgChange.vue index 319682e6..663e06b8 100644 --- a/src/pages/fg/fgChange.vue +++ b/src/pages/fg/fgChange.vue @@ -146,7 +146,8 @@ toItemList: [], fgList: [], currentPackage: null, - reason: '' + reason: '', + options:[] }; }, mounted() { @@ -157,7 +158,7 @@ title: option.title }); this.getBusinessType(); - this.options = getRemoveOption() + // this.options = getRemoveOption() }, //返回首页 onNavigationBarButtonTap(e) { @@ -322,11 +323,11 @@ let params = this.setParams(); console.log('params', JSON.stringify(params)) fgChangeCommit(params).then(res => { - let ss = res; - - + uni.hideLoading() + this.currentPackage = null }).catch(err => { + uni.hideLoading() this.showErrorMessage(err.message) }) },