上次一样
This commit is contained in:
parent
4a62f56c96
commit
0cec66ef27
|
|
@ -246,7 +246,7 @@ export default {
|
||||||
this.query.orderNo = this.$route.query.orderNo
|
this.query.orderNo = this.$route.query.orderNo
|
||||||
}
|
}
|
||||||
this.resetQuery = { ...this.query };
|
this.resetQuery = { ...this.query };
|
||||||
// this.tbShopPayTypeGet();
|
this.tbShopPayTypeGet();
|
||||||
this.getTableData();
|
this.getTableData();
|
||||||
// 从商品库存-库存记录-点击订单号跳转过来
|
// 从商品库存-库存记录-点击订单号跳转过来
|
||||||
if (this.$route.query.orderNo) {
|
if (this.$route.query.orderNo) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue