提交 dc8e8926 编写于 作者: B break60

Repair check box cannot be canceled

上级 8703b46f
......@@ -521,8 +521,8 @@
this.$router.push({ path: `/projects/instance/gantt/${item.id}` })
},
_topCheckBoxClick (v) {
_.map(this.list , v => v.isCheck = v.state === 'RUNNING_EXEUTION' ? false : true)
_topCheckBoxClick (is) {
_.map(this.list , v => v.isCheck = v.state === ('RUNNING_EXEUTION') || v.state === ('READY_STOP') || v.state === ('READY_PAUSE')? false : is)
this._arrDelChange()
},
_arrDelChange (v) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册