潘志宝
2024-09-11 bbe7d23d91d2d03f16d90b636b1698abe65a0df0
src/api/model/sche/model/index.ts
@@ -61,18 +61,6 @@
}
// 查询模型参数列表
export const getModelParamList = () => {
  // let modelparamListMap = [
  //   {
  //     modelparamportorder: '',
  //     modelparamorder: '',
  //     modelparamtype: '',
  //     modelparamid: '',
  //     datalength: 0
  //   }
  // ]
  //let modelparamListMap = {}
  return {}
export const getModelParamList = (modelparamListMap) => {
  modelparamListMap['point'] = []
}