字典加载

This commit is contained in:
aixianling
2023-04-25 17:39:01 +08:00
parent 9c37fa0414
commit 11ca29b3f6

View File

@@ -313,6 +313,7 @@ export default {
},
mounted() {
this.dict.load("yesOrNo")
this.getInfo(this.$route.query.did)
this.$nextTick(() => {
this.middleWidth = document.querySelector('.layout-wrapper').offsetWidth - 670