Commit fcbb249c by LJM

js

parent f0f765f4
Showing with 3 additions and 1 deletions
......@@ -131,7 +131,9 @@ export default {
console.log('picker发送选择改变,携带值为', e.target.value);
this.index = e.target.value;
this.code_type = this.arrar_val[e.target.value];
this.identifyQrCodeNumAndSn();
if (this.code_str) {
this.identifyQrCodeNumAndSn();
}
},
selectionChange(e) {
this.selectedIndexs = e.detail.index;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment