马宇豪
2025-03-04 1b9fea7d4af68d8f933b2dc42bf6084b9646f64c
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) => {