소스 검색

bugfix: 修改未上传图片的用户信息时,上一个操作的图片缓存未清空导致的幻读问题

Wang Zi Wen 1 년 전
부모
커밋
495a860811
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-ui/src/views/system/user/index.vue

+ 1 - 0
ruoyi-ui/src/views/system/user/index.vue

@@ -682,6 +682,7 @@ export default {
     handleUpdate(row) {
       this.reset();
       this.photoUrl = null;
+      this.signUrl = null;
       const userId = row.userId || this.ids;
       getUser(userId).then(response => {
         this.form = response.data;