Commit fd9fd158 authored by youjie's avatar youjie

no message

parent 01d0b107
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
}, },
async init(x){ async init(x){
await this.apipostQrCode("", { await this.apipostQrCode("", {
"tcID": x TCID: x
}, (res) => { }, (res) => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
let findIndex = this.BaseInfo.findIndex(item => item.TCIDS == x) let findIndex = this.BaseInfo.findIndex(item => item.TCIDS == x)
......
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 to comment