更换正式环境,测试修改
This commit is contained in:
@@ -94,7 +94,8 @@
|
||||
if (res.confirm) {
|
||||
try{
|
||||
const res= await printOrder({
|
||||
id :item.id
|
||||
id :item.id,
|
||||
type: item.status == 'unpaid' ? 1 : 0
|
||||
})
|
||||
infoBox.showToast('已发送打印请求')
|
||||
}catch(e){
|
||||
|
||||
Reference in New Issue
Block a user