fujunling
2023-06-06 cb4e11b19446843188cf628ac8f6be5fe1fa68c7
Source/UBCS-WEB/src/api/integration/integration.js
@@ -50,9 +50,19 @@
}
// 属性映射保存方法
export const batchAddSave = (params) => {
  console.log(params)
  return request({
    url: '/api/ubcs-applyjtcodeservice/DockingPreApplyCode/batchAddSave',
    method: 'get',
    params: params
    method: 'post',
    data: params
  })
}
//  同步集团属性模型视图
export const syncClassifyModel = (params) => {
  console.log(params)
  return request({
    url: '/api/ubcs-applyjtcodeservice/DockingPreApplyCode/syncClassifyModel',
    method: 'post',
    data: params
  })
}