马宇豪
2023-03-22 22bf644b3fc85763be3ad0c5e348d2bee38e2444
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
            });
        }
    };