Admin
2022-08-17 064c6c81fdb2ccf89c5cef81dc61adcc45fcf6ab
src/api/specialWorkSystem/safetyAction/index.ts
@@ -35,10 +35,11 @@
            });
        },
        // v1
        getAllSafetyActionList: () => {
        getAllSafetyActionList: (data: {}) => {
            return request({
                url: import.meta.env.VITE_API_URL + `/rule/measure/list`,
                method: 'post'
                method: 'post',
                data: data
            });
        }
    };