fix: 订单管理新增查看处方功能,接诊页面优化

This commit is contained in:
2025-04-03 16:17:07 +08:00
parent 342f3cbd57
commit 0994dd94d5
16 changed files with 516 additions and 102 deletions

View File

@@ -57,3 +57,13 @@ export async function openPcWindowsApiByStore(id: number) {
id,
});
}
/**
* 开启后台登录
* @param id
*/
export async function openQrCodeApi(id: number) {
return requestClient.post<any>(`${prefix}open-qr-code`, {
id,
});
}