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

lidongdai pushed a commit to branch dev-db
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev-db by this push:
     new 6bd5fd9  Fix the problem that the 'queueId' is not present when 
creating a tenant based on the default queue. (#1409)
6bd5fd9 is described below

commit 6bd5fd90c2a4fd24cdafd38d35a652e1b5ec35a6
Author: elonlo <[email protected]>
AuthorDate: Fri Dec 6 21:46:08 2019 +0800

    Fix the problem that the 'queueId' is not present when creating a tenant 
based on the default queue. (#1409)
---
 .../conf/home/pages/security/pages/tenement/_source/createTenement.vue  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/tenement/_source/createTenement.vue
 
b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/tenement/_source/createTenement.vue
index 9dc4dd6..ec4efee 100644
--- 
a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/tenement/_source/createTenement.vue
+++ 
b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/tenement/_source/createTenement.vue
@@ -123,7 +123,7 @@
               }
             })
             this.$nextTick(() => {
-              this.queueId = this.queueList[0]
+              this.queueId = this.queueList[0].id
             })
             resolve()
           })

Reply via email to