diff --git a/src/views/product/index.vue b/src/views/product/index.vue index d05749d..8f04664 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -257,6 +257,7 @@ let datas = reactive({ number: 0, remark: "", images: [], + productId: null, // Added productId property }); if (isSyncStatus()) {