+
liuyg
2021-09-17 68f1c1dc749bf424059fa70e09b72fc30bec2ea1
src/views/system/user.vue
@@ -1,5 +1,5 @@
<template>
  <el-row>
  <el-row class="user">
    <el-col :span="5">
      <div class="box">
        <el-scrollbar>
@@ -220,7 +220,8 @@
      }
    };
    return {
      form: {},
      form: {
      },
      search: {},
      roleBox: false,
      excelBox: false,
@@ -414,6 +415,7 @@
              {
                label: "密码",
                prop: "password",
                type:'password',
                hide: true,
                editDisplay: false,
                viewDisplay: false,
@@ -424,6 +426,7 @@
              {
                label: "确认密码",
                prop: "password2",
                type:'password',
                hide: true,
                editDisplay: false,
                viewDisplay: false,
@@ -982,6 +985,7 @@
    },
    onLoad(page, params = {}) {
      this.loading = true;
      params['status'] = 1;
      getList(
        page.currentPage,
        page.pageSize,