未验证 提交 d946717f 编写于 作者: X xingchun-chen 提交者: GitHub

Merge pull request #3848 from break60/1.3.3-release

[fixBug-3621][ui]Select the batch checkbox to unfilter the instances …
......@@ -520,10 +520,9 @@
_gantt (item) {
this.$router.push({ path: `/projects/instance/gantt/${item.id}` })
},
_topCheckBoxClick (v) {
this.list.forEach((item, i) => {
this.$set(this.list[i], 'isCheck', v)
})
_.map(this.list , v => v.isCheck = v.state === 'RUNNING_EXEUTION' ? false : true)
this._arrDelChange()
},
_arrDelChange (v) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册