WXL
2025-04-11 ee8f1a0138b4b7de2389e31d2eb186167a1548f7
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
  })
};