WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-11-17 c5df55eddd3d966068b7c577f129e0313fa19db8
微调扫描组件
1 files modified
6 ■■■■ changed files
forms/input/CInputScanCode.vue 6 ●●●● 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);
                        }
                    });
                }