skyouc
2025-03-25 58276de8b0a75f4ba80a2a237e4d7984c6c2768b
rsf-admin/src/page/basicInfo/locAreaMat/LocAreaMatPanel.jsx
@@ -352,7 +352,7 @@
            typeId: selectedItems
        }
        const res = await request.post(`/locAreaMatRela/locType/remove/`, parmas);
        const res = await request.post(`/locAreaMatRela/locType/remove`, parmas);
        if (res?.data?.code === 200) {
            reload()
            notify(res.data.msg);