From 34a649576de7cc6a728d165992a56c4109cf9579 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Mon, 20 Mar 2023 13:45:27 +0800
Subject: [PATCH] 巡检记录修改

---
 src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue b/src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue
index b95f332..aa1b3f2 100644
--- a/src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue
+++ b/src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue
@@ -187,7 +187,8 @@
         endRfid:  null ,
         wareHousingCount:  null,
     };
-    goodsDetailAddState.classifyList = goodsDetailAddState.departmentList.find(item => item.depId === userInfo.userInfos.depId)?.classificationList as Array<ClassificationListType>
+    goodsDetailAddState.classifyList = goodsDetailAddState.departmentList.find(item => item.depId === userInfo.userInfos.depId)
+        ?.classificationList as Array<ClassificationListType>
 }
 
 // const changeDepartment = (value: number | null) => {

--
Gitblit v1.9.2