From f203fec05d5c8702d212c6a90d247978a2acb9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 21 Aug 2024 16:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9E=83=E5=9C=BE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-shop-list/model-shop-list-content.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/model-shop-list/model-shop-list-content.vue b/src/components/model-shop-list/model-shop-list-content.vue index 7b08e981..bb961cd4 100644 --- a/src/components/model-shop-list/model-shop-list-content.vue +++ b/src/components/model-shop-list/model-shop-list-content.vue @@ -10,7 +10,7 @@
- +
商品设置
@@ -151,7 +151,6 @@ const url_value_dialog_call_back = (item: any[]) => { form.value.product_list.push({ id: get_math(), new_url: [], - is_edit: false, new_title: item.title, link: item, });