update @修复
This commit is contained in:
parent
6607661d26
commit
af1d2dcb7c
|
@ -150,7 +150,7 @@ export default {
|
||||||
},
|
},
|
||||||
jumpOrder() {
|
jumpOrder() {
|
||||||
const query = { type: 3 };
|
const query = { type: 3 };
|
||||||
this.$router.push({ path: '/orderList', query });
|
this.$router.push({ path: '/orderList' });
|
||||||
},
|
},
|
||||||
async getData() {
|
async getData() {
|
||||||
if (!this.goodId) return showToast('商品ID不能为空');
|
if (!this.goodId) return showToast('商品ID不能为空');
|
||||||
|
|
Loading…
Reference in New Issue