fixed the add dvPage bug

This commit is contained in:
aixianling
2024-02-01 16:38:54 +08:00
parent bafa145712
commit f9684bb0c4

View File

@@ -139,7 +139,7 @@ export default {
},
created() {
this.dict.load('customizedDVs')
this.getInfo()
this.getInfo().then(() => this.$route.params?.id && this.onChange(this.$route.params))
},
methods: {
...mapActions(['closePage']),