fix:交接扫码
This commit is contained in:
parent
b5d3942583
commit
de8b32f232
|
|
@ -488,6 +488,7 @@ export default {
|
||||||
if(typeof(data)=='string'){
|
if(typeof(data)=='string'){
|
||||||
if(data!==''){
|
if(data!==''){
|
||||||
this.codeText = data.replace(" ","");
|
this.codeText = data.replace(" ","");
|
||||||
|
this.codeTextChange(this.codeText)
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
this.form.handoverb = data;
|
this.form.handoverb = data;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue