fixed the add dvPage bug
This commit is contained in:
@@ -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']),
|
||||||
|
|||||||
Reference in New Issue
Block a user