田源
2023-06-19 c479e9bc905364f5e93b0d4a42bbb80cae5b1be9
主数据联调
已修改1个文件
10 ■■■■ 文件已修改
Source/UBCS-WEB/src/components/template/SetPersonnel.vue 10 ●●●● 补丁 | 查看 | 原始文档 | 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>