角色列表添加
This commit is contained in:
@@ -145,6 +145,7 @@ import {
|
||||
resetEquipmentDelivery
|
||||
} from '@/api/cs-system-boot/device'
|
||||
import html2canvas from 'html2canvas'
|
||||
import { fullUrl } from '@/utils/common'
|
||||
defineOptions({
|
||||
name: 'govern/log/debug'
|
||||
})
|
||||
@@ -283,7 +284,7 @@ const tableStore = new TableStore({
|
||||
|
||||
click: row => {
|
||||
deivce.value = row
|
||||
deivce.value.qrPath = localStorage.getItem('STATIC_URL') + deivce.value.qrPath
|
||||
deivce.value.qrPath = fullUrl(deivce.value.qrPath)
|
||||
setTimeout(() => {
|
||||
html2canvas(document.querySelector('.qrcode-label'), {
|
||||
useCORS: true
|
||||
|
||||
Reference in New Issue
Block a user