bug
This commit is contained in:
		| @@ -88,9 +88,8 @@ | ||||
|       <ai-dialog | ||||
|         :visible.sync="isShowAuth" | ||||
|         width="890px" | ||||
|         title="权限管理" | ||||
|         @close="isShowAuth = false" | ||||
|         @onConfirm="isShowAuth = false"> | ||||
|         customFooter | ||||
|         title="权限管理"> | ||||
|         <ai-user-selecter ref="aiUserSelecter" v-if="isShowUser" :disabledList="disabledList" :props="{label: 'name', id: 'wxUserId'}" :instance="instance" v-model="authInfos" @change="onUserChange"> | ||||
|           <el-button size="small" type="primary" icon="iconfont iconAdd">添加成员</el-button> | ||||
|         </ai-user-selecter> | ||||
| @@ -111,6 +110,9 @@ | ||||
|             </template> | ||||
|           </el-table-column> | ||||
|         </ai-table> | ||||
|         <div class="dialog-footer" slot="footer"> | ||||
|           <el-button @click="isShowAuth = false">关闭</el-button> | ||||
|         </div> | ||||
|       </ai-dialog> | ||||
|     </template> | ||||
|   </ai-list> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user