This commit is contained in:
yuan 2021-09-13 15:00:57 +08:00
parent 2548c8375f
commit de11b14023

View File

@ -236,7 +236,6 @@ export default {
for (let key in res) {
if (key !== 'switchList') res[key] = this.$store.state.map.map[key].filter(model => res[key].includes(model.code))
}
debugger
return res
},
clearList() {