From 1bae42ea2ce1358817cbdd338515b2f374d8585e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 19 Aug 2024 18:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model-custom/model-custom-content.vue | 3 +++ src/components/model-shop-list/index.vue | 26 +++++++++---------- .../model-shop-list-content.vue | 22 ++++++++-------- src/store/index.ts | 1 + 4 files changed, 28 insertions(+), 24 deletions(-) diff --git a/src/components/model-custom/model-custom-content.vue b/src/components/model-custom/model-custom-content.vue index be341d15..0905ad95 100644 --- a/src/components/model-custom/model-custom-content.vue +++ b/src/components/model-custom/model-custom-content.vue @@ -39,6 +39,9 @@ import Dialog from './components/dialog.vue'; import DragIndex from './components/index.vue'; import { cloneDeep } from 'lodash'; +import { DataSourceStore } from '@/store'; +const data_source = DataSourceStore(); + const props = defineProps({ value: { type: Object, diff --git a/src/components/model-shop-list/index.vue b/src/components/model-shop-list/index.vue index f77eb42b..80f2044d 100644 --- a/src/components/model-shop-list/index.vue +++ b/src/components/model-shop-list/index.vue @@ -58,7 +58,7 @@