From f69adde2c8de2cb0c5f194780520ea3a0aa20d89 Mon Sep 17 00:00:00 2001
From: xzg <4727863@qq.com>
Date: Tue, 9 Apr 2024 10:27:49 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A5=E6=9C=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/financialsector/FinanceHome.vue | 7 ++++++-
.../financialsector/Financialse/FinancialWarehousing.vue | 9 +++++++--
.../warehousesignedorder/distributionStockArticle.vue | 9 +++++----
3 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/src/views/financialsector/FinanceHome.vue b/src/views/financialsector/FinanceHome.vue
index e73d88c5..a7a5c87f 100644
--- a/src/views/financialsector/FinanceHome.vue
+++ b/src/views/financialsector/FinanceHome.vue
@@ -41,7 +41,7 @@
安装
@@ -124,6 +124,11 @@ const removeTag = value => {
Tabmenu.value = ServiceList.value.find(res => res.state).label;
}
};
+
+// 提供数据的函数
+const provideData = () => {
+ console.log(`父组件的数据是:${11111}`);
+};