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) }) },