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