This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9faeef5  [Feature][Workflow Instance] Add Workflow instalce batch 
delete reload table list. (#8082)
9faeef5 is described below

commit 9faeef5877e4980acfa0b74ef3bd9e7ca7cf6120
Author: songjianet <[email protected]>
AuthorDate: Mon Jan 17 15:10:00 2022 +0800

    [Feature][Workflow Instance] Add Workflow instalce batch delete reload 
table list. (#8082)
---
 .../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 f5e7aa3..db1da2a 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 || '')

Reply via email to