|
@@ -150,8 +150,6 @@ export default {
|
|
|
async mounted() {
|
|
|
this.getUser()
|
|
|
this.floorId = this.$store.state.user.expressScope
|
|
|
- const expressData = await appFindInsideInfoByExpressNo({insideNum:'S6000000363245086'})
|
|
|
- this.handleAppFindInsideInfoByExpressNoCallback(expressData)
|
|
|
},
|
|
|
methods: {
|
|
|
|
|
@@ -167,7 +165,7 @@ export default {
|
|
|
result = result1[result1.length - 1];
|
|
|
}
|
|
|
this.object.expressNo = result
|
|
|
- const expressData = await appFindInsideInfoByExpressNo({insideNum})
|
|
|
+ const expressData = await appFindInsideInfoByExpressNo({insideNum:result})
|
|
|
handleAppFindInsideInfoByExpressNoCallback(expressData)
|
|
|
console.log(expressData)
|
|
|
},
|