唐耀东
2022-10-12 901be26b0491501afe8eb145392a8d8c307f0138
src/views/system/role/selectUser.vue
@@ -1,6 +1,6 @@
<template>
  <!-- 授权用户 -->
  <el-dialog title="选择用户" :close-on-click-modal="false" :visible.sync="visible" width="800px" top="5vh" append-to-body>
  <Dialog title="选择用户" :visible.sync="visible" width="800px" top="5vh" append-to-body>
    <el-form :model="queryParams" ref="queryForm" :inline="true">
      <el-form-item label="用户名称" prop="userName">
        <el-input
@@ -55,7 +55,7 @@
      <el-button type="primary" @click="handleSelectUser">确 定</el-button>
      <el-button @click="visible = false">取 消</el-button>
    </div>
  </el-dialog>
  </Dialog>
</template>
<script>