Merge branch 'feature-main' into test
This commit is contained in:
commit
f3fd1126e6
|
@ -150,7 +150,7 @@ export default {
|
|||
},
|
||||
jumpOrder() {
|
||||
const query = { type: 3 };
|
||||
this.$router.push({ path: '/orderList', query });
|
||||
this.$router.push({ path: '/orderList' });
|
||||
},
|
||||
async getData() {
|
||||
if (!this.goodId) return showToast('商品ID不能为空');
|
||||
|
|
Loading…
Reference in New Issue