网格员签到对接完成

This commit is contained in:
aixianling
2022-09-06 17:49:46 +08:00
parent 6c9d008a39
commit bdbd91859a
2 changed files with 9 additions and 2 deletions

View File

@@ -20,7 +20,14 @@ export default {
},
methods: {
getResult() {
const {id} = this.$route.query
id && this.$http.post("/app/appwxsigninfo/queryDetailById", null, {
params: {id}
}).then(res => {
if (res?.data) {
this.result = res.data
}
})
}
},
created() {