打印报错

This commit is contained in:
liuye
2023-07-05 14:04:38 +08:00
parent 2b319991f0
commit e715e6976c

View File

@@ -216,7 +216,7 @@ export default {
} }
}); });
}).catch((err) => { }).catch((err) => {
alert(err) alert(JSON.stringify(err))
}) })
} }
} }