Your Name
2023-01-12 ae627eb6429b9597af5f3792f912871583b9f81e
src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue
@@ -197,6 +197,7 @@
// }
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>