网格员签到对接完成
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user