Your Name
2023-03-03 23412e0effa27d5d0f79f5796bc4e738cf8cd1fc
src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue
@@ -197,7 +197,6 @@
// }
const changeClassify = (value: number | null) => {
    debugger
    goodsDetailAddState.goodsDetailForm.smId = null
    goodsDetailAddState.goodsList = JSON.parse(JSON.stringify(
        (goodsDetailAddState.classifyList.find(item => item.materialClassifyId === value) ?? {baseMaterialList:[]})?.baseMaterialList as Array<BaseMaterialListType>