fix: 去掉组织创建保存并继续按钮

This commit is contained in:
Orange
2021-03-18 13:43:29 +08:00
parent 95ba08afa6
commit 081f43887b
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<div>
<el-row :gutter="24">
<el-col :span="16">
<AssetUserTable ref="ListTable" :url="assetUserUrl" :has-import="false" />
<AssetUserTable ref="ListTable" :url="assetUserUrl" :has-import="false" :has-clone="false" />
</el-col>
<el-col :span="8">
<QuickActions type="primary" :actions="quickActions" />

View File

@@ -19,6 +19,7 @@ export default {
['', ['name', 'comment']]
// [this.$t('common.Members'), ['admins', 'auditors', 'users']],
],
hasSaveContinue: false,
fieldsMeta: {
// admins: {
// label: this.$t('xpack.Admin'),