Browse Source

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

Wang Zi Wen 1 năm trước cách đây
mục cha
commit
495a860811
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;