WXL
2025-04-16 7d4770043f9bb6e7767978c2f705a6c15e118f1d
src/api/patient/record.js
@@ -30,4 +30,12 @@
      url: '/smartor/patinhosp/remove/' + userId,
      method: 'get',
    })
  };
  };
  // 查询住院记录列表
export function listoperation(data) {
  return request({
    url: '/smartor/operation/list ',
    method: 'post',
    data: data
  })
};