Browse Source

fix: 删除debugger

master
taqi be 1 month ago
parent
commit
f8d04ac6e6
  1. 1
      src/pages/deviceInfo/index.vue

1
src/pages/deviceInfo/index.vue

@ -197,7 +197,6 @@ function onView(row: any) {
async function onPrint(row: any) { async function onPrint(row: any) {
const res = await getDeviceLabelBase64(row.id) const res = await getDeviceLabelBase64(row.id)
debugger
if (isResError(res)) return if (isResError(res)) return
const pdf = new jsPDF('l', 'mm', [60, 40]) const pdf = new jsPDF('l', 'mm', [60, 40])
const pdfWidth = pdf.internal.pageSize.getWidth() // const pdfWidth = pdf.internal.pageSize.getWidth() //

Loading…
Cancel
Save