From 0c0fa2483fd431104f6498e40fffd983d913dce2 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 25 四月 2023 17:11:09 +0800
Subject: [PATCH] 修改

---
 src/views/analyse/plan/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/analyse/plan/index.vue b/src/views/analyse/plan/index.vue
index 90fb145..b6208ab 100644
--- a/src/views/analyse/plan/index.vue
+++ b/src/views/analyse/plan/index.vue
@@ -123,7 +123,6 @@
 
 
 const PlanDialog = defineAsyncComponent(() => import('./components/planDialog.vue'));
-
 const planDialogRef = ref();
 const userInfo = useUserInfo();
 const { userInfos } = storeToRefs(userInfo);
@@ -409,7 +408,7 @@
     getPlanData();
     getAllRiskUnitList();
     getPersonList();
-    planState.user = userInfos.value.uid
+    planState.user = Number(userInfos.value.uid)
 })
 
 </script>

--
Gitblit v1.9.2