1. 20 Oct, 2022 1 commit
    • kknd97's avatar
      update ruoyi-ui/src/views/system/user/index.vue. · b9701855
      kknd97 authored
      handleUpdate(row)方法中:this.form = response.data;语句
      会导致【this.form.postIds = response.postIds;】和【this.form.roleIds = response.roleIds;】失效。
      导致用户编辑对话框中,角色和部门多选框无法正常修改。
      建议使用以下语句修改:
      this.$set(this.form, "postIds", response.postIds);
      this.$set(this.form, "roleIds", response.roleIds);
      Signed-off-by: default avatarkknd97 <liujingwei@ln.chinamobile.com>
      b9701855
  2. 19 Oct, 2022 1 commit
  3. 12 Oct, 2022 1 commit
  4. 10 Oct, 2022 3 commits
  5. 30 Sep, 2022 1 commit
  6. 28 Sep, 2022 3 commits
  7. 26 Sep, 2022 1 commit
  8. 22 Sep, 2022 2 commits
  9. 19 Sep, 2022 3 commits
  10. 18 Sep, 2022 1 commit
  11. 15 Sep, 2022 1 commit
  12. 13 Sep, 2022 1 commit
  13. 12 Sep, 2022 2 commits
  14. 09 Sep, 2022 2 commits
  15. 07 Sep, 2022 1 commit
  16. 28 Aug, 2022 1 commit
  17. 26 Aug, 2022 2 commits
  18. 24 Aug, 2022 1 commit
  19. 23 Aug, 2022 3 commits
  20. 22 Aug, 2022 7 commits
  21. 21 Aug, 2022 1 commit
  22. 15 Aug, 2022 1 commit