Authored by 张文文

刷新页面fix

export default "development";
\ No newline at end of file
export default "production";
\ No newline at end of file
... ...
... ... @@ -395,7 +395,6 @@ export default {
api._post('/ufoPlatform/storedSeller/saveInvestUser', this.investInfo).then(result => {
if (result.code === 200) {
// this.nowSelectedRow.investName = this.investInfo.investName;
this.closePopup();
this.fetchData(this.filter, this.page);
this.$Modal.info({
... ... @@ -443,6 +442,9 @@ export default {
uid: this.applyPlusUid
});
if (result.code === 200) {
// 升级成功重新获取数据刷新页面
this.fetchData(this.filter, this.page);
result.message && this.$Message.success(result.message);
this.$Loading.finish();
} else {
... ...