WXL
2025-03-31 b73b5dd97cbda40d0584f579ed9f65f4fcffe23f
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
  })
};