bug
Your Name
2022-08-19 61aa46c5c464eb3c2b6674173cd854e1c9afd7ae
src/api/intellectInspectSystem/inspectPointManage/index.ts
@@ -48,6 +48,12 @@
                url: import.meta.env.VITE_API_URL + `/safeCheckRegion/select/listRegionName`,
                method: 'get'
            });
        },
        getInspectPointAll: () => {
            return request({
                url: import.meta.env.VITE_API_URL + `/safeCheckPoint/select/getPointRegionRfidId`,
                method: 'post'
            });
        }
    };
}