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() { created() {
this.dict.load('customizedDVs') this.dict.load('customizedDVs')
this.getInfo() this.getInfo().then(() => this.$route.params?.id && this.onChange(this.$route.params))
}, },
methods: { methods: {
...mapActions(['closePage']), ...mapActions(['closePage']),