Sfoglia il codice sorgente

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

liujiayin 2 anni fa
parent
commit
b35a4b7f6c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/platform/message/inner/receive.vue

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

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