forms/input/CInputScanCode.vue | ●●●●● patch | view | raw | blame | history |
forms/input/CInputScanCode.vue
@@ -97,10 +97,10 @@ }); } else if (type === 'app') { if (this.onScaning) { this.onScaning(res => { this.onScaning(result => { this.scaning = false; if (res.result) { this.itemRes.onChange(res.result); if (result) { this.itemRes.onChange(result); } }); }