| | |
| | | computed: { |
| | | ...mapGetters(["permission", 'userInfo']), |
| | | }, |
| | | watch:{ |
| | | 'form.passTime':{ |
| | | handler(newVal){ |
| | | this.form.startPassTime = newVal[0] |
| | | this.form.endPassTime = newVal[1] |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | | this.controlOption('open') |
| | | this.processDefinitionId = this.$route.params.processDefinitionId; |
| | |
| | | }); |
| | | }, |
| | | controlOption(arg) { |
| | | const suggestion = this.findObject(this.option.column,"suggestion") |
| | | const comment = this.findObject(this.option.column,"comment") |
| | | // const suggestion = this.findObject(this.option.column,"suggestion") |
| | | // const comment = this.findObject(this.option.column,"comment") |
| | | if (arg == 'open'){ |
| | | //解除禁用状态 |
| | | this.option.group.forEach(group=>{ |