代码调整

This commit is contained in:
dong 2022-08-24 16:09:16 +08:00
parent 7b94333a16
commit a61c51d5c5

View File

@ -111,7 +111,11 @@ export default {
computed: { computed: {
}, },
methods: { methods: {
queryFunction(params) { queryFunction(param) {
const params = {
...param,
mapId: this.$route.query.mapId
};
return getTrainingList(params); return getTrainingList(params);
}, },
doShow() { doShow() {