| | |
| | | watch: { |
| | | visible(n) { |
| | | this.dialogVisible = n; |
| | | if(n){ |
| | | this.apiInit() |
| | | this.apiDict() |
| | | } |
| | | }, |
| | | dialogVisible(n) { |
| | | this.$emit('update:visible', n) |
| | |
| | | }, |
| | | |
| | | mounted() { |
| | | this.apiInit() |
| | | this.apiDict() |
| | | // this.apiInit() |
| | | // this.apiDict() |
| | | }, |
| | | methods: { |
| | | saveParam() { |
| | |
| | | }, |
| | | 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++){ |
| | |
| | | justify-content: end; |
| | | padding-bottom: 10px; |
| | | } |
| | | </style> |
| | | </style> |