扫码问题
This commit is contained in:
@@ -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).
|
||||
|
||||
# 软件在打包壳打包名称:中德自控
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
@@ -76,6 +76,7 @@ export default {
|
||||
} else {
|
||||
this.toast(res.ErrMsg)
|
||||
this.val1 = ''
|
||||
this.$refs.myInput1.handleScan()
|
||||
}
|
||||
} catch (e) {
|
||||
this.val1 = ''
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user