mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 21:28:00 +08:00
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:
commit
d946717fcb
@ -520,10 +520,9 @@
|
|||||||
_gantt (item) {
|
_gantt (item) {
|
||||||
this.$router.push({ path: `/projects/instance/gantt/${item.id}` })
|
this.$router.push({ path: `/projects/instance/gantt/${item.id}` })
|
||||||
},
|
},
|
||||||
|
|
||||||
_topCheckBoxClick (v) {
|
_topCheckBoxClick (v) {
|
||||||
this.list.forEach((item, i) => {
|
_.map(this.list , v => v.isCheck = v.state === 'RUNNING_EXEUTION' ? false : true)
|
||||||
this.$set(this.list[i], 'isCheck', v)
|
|
||||||
})
|
|
||||||
this._arrDelChange()
|
this._arrDelChange()
|
||||||
},
|
},
|
||||||
_arrDelChange (v) {
|
_arrDelChange (v) {
|
||||||
|
Loading…
Reference in New Issue
Block a user