潘志宝
2024-09-20 cfaf8bf67f276d29f67d32f61b09cb38f14de081
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'] = []
}