zhangxp
2023-06-21 ce3a176400b9ccb18a381c744ca04116831765d2
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() {
@@ -190,6 +194,7 @@
        },
        handleClickTag(event) {
            console.log(event)
            console.log('tasks', this.collectParam)
            const flowTaskUsers = event.flowTaskUsers//collet.flowTaskUsers
            let tasks =  this.collectParam.flowTaskUsers;//user
            for(let i=0;i<tasks.length;i++){
@@ -254,4 +259,4 @@
    justify-content: end;
    padding-bottom: 10px;
}
</style>
</style>