bug
liuyg
2021-10-10 871444024bb035277b34c7defe46f6b4a70409f5
bug
2 files modified
5 ■■■■■ changed files
src/styles/element-ui.scss 4 ●●●● patch | view | raw | blame | history
src/views/system/user.vue 1 ●●●● patch | view | raw | blame | history
src/styles/element-ui.scss
@@ -620,3 +620,7 @@
.company-box .avue-form__menu--center {
  width: 300px;
}
.el-date-picker__header-label {
  color: #fff !important;
}
src/views/system/user.vue
@@ -794,6 +794,7 @@
      row.deptId = row.deptId.join(",");
      row.roleId = row.roleId.join(",");
      row.postId = row.postId.join(",");
      delete row.rtime;
      update(row).then(
        () => {
          this.initFlag = false;