This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch 2.0.3-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/2.0.3-prepare by this push:
new 40762a2 [Feature][Workflow Instance] Add Workflow instalce batch
delete reload table list. (#8084)
40762a2 is described below
commit 40762a2ef9a7914a92729cd48c5d9c8897525619
Author: songjianet <[email protected]>
AuthorDate: Mon Jan 17 15:51:10 2022 +0800
[Feature][Workflow Instance] Add Workflow instalce batch delete reload
table list. (#8084)
---
.../conf/home/pages/projects/pages/instance/pages/list/_source/list.vue | 1 +
1 file changed, 1 insertion(+)
diff --git
a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/_source/list.vue
b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/_source/list.vue
index 2064b04..1c7a375 100644
---
a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/_source/list.vue
+++
b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/_source/list.vue
@@ -461,6 +461,7 @@
this.strDelete = ''
this.$message.success(res.msg)
}).catch(e => {
+ this._onUpdate()
this.checkAll = false
this.strDelete = ''
this.$message.error(e.msg || '')