Skip to content

Commit

Permalink
修复保存商品后,可以继续点击的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
meiweiyuxian committed Mar 4, 2020
1 parent c8b43d0 commit 627c2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Goods/GoodsAddPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
type: 'success',
message: '保存成功'
});
// this.$router.go(-1);
this.$router.go(-1);
} else {
this.$message({
type: 'error',
Expand Down

0 comments on commit 627c2a0

Please sign in to comment.