Merge pull request #3848 from break60/1.3.3-release

[fixBug-3621][ui]Select the batch checkbox to unfilter the instances …
This commit is contained in:
xingchun-chen 2020-09-29 15:55:42 +08:00 committed by GitHub
commit d946717fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {