Skip to content

[FIX] 修复新建完地址,如立即选择地址会退回编辑界面,以致[参数不正确]错误 #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2020

Conversation

kevinleeex
Copy link
Contributor

修改module-address-edit/index.vue中的onSave方法,路由跳转到上一页面,而不是user/address。

onSave(content) {
      addressSave(content).then(res => {
        this.$toast('成功');
        this.$router.go(-1);
//        this.$router.push({ path: '/user/address' });
      });
    },

@linlinjava linlinjava merged commit 2d4b262 into linlinjava:dev Jan 6, 2020
@linlinjava
Copy link
Owner

谢谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants