From 8e41dcdf62588b982f3c0c36dde56897e9ee891c Mon Sep 17 00:00:00 2001 From: liushiwei <499672082@qq.com> Date: Sun, 13 Aug 2023 21:01:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/CopyProduct.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) })