田源
2023-06-19 c479e9bc905364f5e93b0d4a42bbb80cae5b1be9
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>