Browse Source

fix:消息弹框先刷新列表再关闭弹框

liujiayin 2 năm trước cách đây
mục cha
commit
84c2886fd4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/platform/message/inner/receive.vue

+ 1 - 1
src/views/platform/message/inner/receive.vue

@@ -335,8 +335,8 @@ export default {
             }).catch(() => { })
         },
         closeDetail (visible) {
-            this.dialogFormVisible = visible
             this.search()
+            this.dialogFormVisible = visible
         }
     }
 }