This is an automated email from the ASF dual-hosted git repository.
chenxingchun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 5a8987f fix ui user authorization dialog.
new 5861fb5 Merge pull request #4552 from
zhuangchong/dev-fix-ui-user-auth-dialog
5a8987f is described below
commit 5a8987fd919ec95cf7897743ca08c1b735a05297
Author: zhuangchong <[email protected]>
AuthorDate: Mon Jan 25 10:34:21 2021 +0800
fix ui user authorization dialog.
---
.../src/js/conf/home/pages/security/pages/users/_source/list.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/list.vue
b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/list.vue
index c7afe20..69798e8 100644
---
a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/list.vue
+++
b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/list.vue
@@ -81,18 +81,21 @@
</el-table>
</div>
<el-dialog
+ v-if="authProjectDialog"
:visible.sync="authProjectDialog"
width="auto">
<m-transfer :transferData="transferData"
@onUpdateAuthProject="onUpdateAuthProject"
@closeAuthProject="closeAuthProject"></m-transfer>
</el-dialog>
<el-dialog
+ v-if="authDataSourceDialog"
:visible.sync="authDataSourceDialog"
width="auto">
<m-transfer :transferData="transferData"
@onUpdateAuthDataSource="onUpdateAuthDataSource"
@closeAuthDataSource="closeAuthDataSource"></m-transfer>
</el-dialog>
<el-dialog
+ v-if="authUdfFuncDialog"
:visible.sync="authUdfFuncDialog"
width="auto">
<m-transfer :transferData="transferData"
@onUpdateAuthUdfFunc="onUpdateAuthUdfFunc"
@closeAuthUdfFunc="closeAuthUdfFunc"></m-transfer>