Commit 6400753e authored by gaia's avatar gaia

Merge remote-tracking branch 'origin/feature/20240301_1544_sale' into release_pre_20240624182141

parents 2bcb8eee ade6f604
......@@ -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