|
@ -528,10 +528,16 @@ import { getDirectoryItemArray } from '../../../common/directory.js'; |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
packGetFocus() { |
|
|
packGetFocus() { |
|
|
|
|
|
if(this.$refs.comscan){ |
|
|
this.$refs.comscan.getfocus(); |
|
|
this.$refs.comscan.getfocus(); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
packLoseFocus() { |
|
|
packLoseFocus() { |
|
|
|
|
|
if(this.$refs.comscan){ |
|
|
this.$refs.comscan.losefocus(); |
|
|
this.$refs.comscan.losefocus(); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
showMessage(message, callback) { |
|
|
showMessage(message, callback) { |
|
|
setTimeout(r => { |
|
|
setTimeout(r => { |
|
|