From 70c6eb1d5fe7d56fa4f1948e26bf6a86e863602b Mon Sep 17 00:00:00 2001
From: batman <978517621@qq.com>
Date: 星期一, 13 三月 2023 18:22:22 +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