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

This commit is contained in:
Kevin T. Lee
2020-01-06 23:57:19 +08:00
committed by linlinjava
parent 7fa617631c
commit 2d4b262b96

View File

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