提交一下

This commit is contained in:
aixianling
2024-07-15 09:02:03 +08:00
parent fb86674626
commit 2fa84b7e93

View File

@@ -108,7 +108,7 @@ export default {
}).then(res => { }).then(res => {
if (res?.data) { if (res?.data) {
this.storeKeyGoods = res.data this.storeKeyGoods = res.data
this.$storeBoard.storeKeyGoods = res.data this.$set(this.$storeBoard, 'storeKeyGoods', res.data)
} }
}) })
}, },