Your Name
2022-07-05 b222b2923e4759a86ccae30a85d6653a4b4046f8
src/api/doublePreventSystem/productionDevice/index.ts
文件名从 src/api/doubleProventSystem/productionDevice/index.ts 修改
@@ -30,5 +30,11 @@
                data:data
            });
        },
        getAllProductionDeviceList: () => {
            return request({
                url: `/prevent/device/select/listDevices`,
                method: 'post',
            });
        },
    }
}