feat(GoodsStock.vue): 商品库存管理升级vue3
This commit is contained in:
@@ -78,6 +78,7 @@ export default {
|
||||
methods: {
|
||||
loadData() {
|
||||
const goodsId = this.$route.query.goodsId
|
||||
console.log('goodsId',goodsId)
|
||||
if (goodsId) {
|
||||
getGoodsDetail(goodsId).then(response => {
|
||||
this.goods = response.data
|
||||
|
||||
Reference in New Issue
Block a user