Source/UBCS-WEB/src/components/template/SetPersonnel.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/template/SetPersonnel.vue
@@ -73,6 +73,10 @@ watch: { visible(n) { this.dialogVisible = n; if(n){ this.apiInit() this.apiDict() } }, dialogVisible(n) { this.$emit('update:visible', n) @@ -98,8 +102,8 @@ }, mounted() { this.apiInit() this.apiDict() // this.apiInit() // this.apiDict() }, methods: { saveParam() { @@ -254,4 +258,4 @@ justify-content: end; padding-bottom: 10px; } </style> </style>