Commit ade6f604 authored by yaya's avatar yaya

feat:bugfix

parent 0aec10f4
......@@ -333,7 +333,7 @@ export default {
title: '成功',
message: '编辑成功'
})
this.$router.push({ path: '/sale/saleList' })
this.$router.push({ path: '/sale/auctionList' })
})
.catch(response => {
if (loading) {
......@@ -355,7 +355,7 @@ export default {
title: '成功',
message: '创建成功'
})
this.$router.push({ path: '/sale/saleList' })
this.$router.push({ path: '/sale/auctionList' })
})
.catch(response => {
if (loading) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment