skyouc
2025-03-26 f865414e7cbe3281e0d6f133c418e86a58ccc1e1
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);