扫码问题

This commit is contained in:
2024-03-13 17:27:46 +08:00
parent dd8471def6
commit 644678d66d
5 changed files with 9 additions and 0 deletions

View File

@@ -19,3 +19,5 @@ npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
# 软件在打包壳打包名称:中德自控

View File

@@ -86,6 +86,7 @@ export default {
} else {
this.toast(res.ErrMsg)
this.val1 = ''
this.$refs.myInput1.handleScan()
}
} catch (e) {
this.val1 = ''
@@ -109,6 +110,7 @@ export default {
} else {
this.toast(res.ErrMsg)
this.val2 = ''
this.$refs.myInput2.handleScan()
}
} catch (e) {
this.val2 = ''

View File

@@ -103,6 +103,7 @@ export default {
} else {
this.toast(res.ErrMsg)
this.val1 = ''
this.$refs.myInput1.handleScan()
}
} catch (e) {
this.val1 = ''
@@ -126,6 +127,7 @@ export default {
} else {
this.toast(res.ErrMsg)
this.val2 = ''
this.$refs.myInput2.handleScan()
}
} catch (e) {
this.val2 = ''

View File

@@ -76,6 +76,7 @@ export default {
} else {
this.toast(res.ErrMsg)
this.val1 = ''
this.$refs.myInput1.handleScan()
}
} catch (e) {
this.val1 = ''

View File

@@ -86,6 +86,7 @@ export default {
} else {
this.toast(res.ErrMsg)
this.val1 = ''
this.$refs.myInput1.handleScan()
}
} catch (e) {
this.val1 = ''
@@ -109,6 +110,7 @@ export default {
} else {
this.toast(res.ErrMsg)
this.val2 = ''
this.$refs.myInput2.handleScan()
}
} catch (e) {
this.val2 = ''