WXL
2025-03-13 083ae82e58a78acc469ea1712c0d438c6a28063d
src/api/patient/record.js
@@ -31,3 +31,11 @@
      method: 'get',
    })
  };
  // 查询住院记录列表
export function listoperation(data) {
  return request({
    url: '/smartor/operation/list ',
    method: 'post',
    data: data
  })
};