diff --git a/src/view/CopyProduct.vue b/src/view/CopyProduct.vue index 5fda06e..de06dae 100644 --- a/src/view/CopyProduct.vue +++ b/src/view/CopyProduct.vue @@ -181,7 +181,8 @@ import { Message } from 'element-ui' sendChromeAPIMessage({ url: 'bg-anniston-mms/category/children/list', needMallId: true, - mallId: this.productPage.mallId, + data: { + } }).then(res => { console.log(res) })