|
@@ -2085,7 +2085,7 @@ export default {
|
|
|
recognizeDisplayPhoto({ imgSed: this.fromValue.imgSed })
|
|
recognizeDisplayPhoto({ imgSed: this.fromValue.imgSed })
|
|
|
.then((response) => {
|
|
.then((response) => {
|
|
|
if (response.code == 200) {
|
|
if (response.code == 200) {
|
|
|
- this.fromValue.tempStoreCode = response.data.storeCode;
|
|
|
|
|
|
|
+ this.fromValue.tempStoreCode = response.data;
|
|
|
this.addStoreFun();
|
|
this.addStoreFun();
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|