1.新增订单手动退款 2.团购新增抖音团购核销

This commit is contained in:
gyq
2024-07-19 16:31:40 +08:00
parent c155e8a805
commit a282636266
10 changed files with 287 additions and 59 deletions

View File

@@ -141,10 +141,10 @@ const deviceRoute = ref({
});
async function statusChange(e, item) {
console.log(e, item);
try {
await tbPrintMachinePost(item, "put");
tbPrintMachineGetAjax();
printStore.init();
} catch (error) {
console.log(error);
}