src/views/process/api/model.js
@@ -4,11 +4,11 @@ import commonUtil from "@/utils/common" // 获取模型数据 export const getModelLists = (data) => { export const getModelLists = (parmas) => { return request({ url: '/model/manage/modelLists', method: 'post', data: commonUtil.objectToFormData(data) method: 'get', params: parmas }) } @@ -38,4 +38,4 @@ url: `/model/manage/remove/${id}`, method: 'post', }); } }