tj
qx
5 天以前 d3ea99796e35f4be7d2a77957b0be57bee011663
src/api/doctor/pacsCheck.js
@@ -24,7 +24,7 @@
// 同步接口
export function asyncPacs(data) {
  return request({
    url: '/api/His/asyncPacs',
    url: '/api/His/newasyncPacs',
    method: 'post',
    data:data
  })
@@ -50,3 +50,4 @@
  })
}