fix: 订单管理新增查看处方功能,接诊页面优化
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user