田源
2023-08-24 fb317a1665da7995011f71f299bb9a284a142489
Source/UBCS-WEB/src/api/GetItem.js
@@ -100,3 +100,13 @@
    }
  })
}
// 更新集团码值数据
export function receiveEditApply(params) {
  return request({
    url: 'api/ubcs-applyjtcodeservice/DockingPreApplyCode/receiveEditApply',
    method: 'post',
    params: {
      ...params
    }
  })
}