|
@@ -166,7 +166,7 @@ export default {
|
|
}
|
|
}
|
|
this.object.expressNo = result
|
|
this.object.expressNo = result
|
|
const expressData = await appFindInsideInfoByExpressNo({insideNum:result})
|
|
const expressData = await appFindInsideInfoByExpressNo({insideNum:result})
|
|
- handleAppFindInsideInfoByExpressNoCallback(expressData)
|
|
|
|
|
|
+ this.handleAppFindInsideInfoByExpressNoCallback(expressData)
|
|
console.log(expressData)
|
|
console.log(expressData)
|
|
},
|
|
},
|
|
error: function (res) {
|
|
error: function (res) {
|