Explorar el Código

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

liujiayin hace 2 años
padre
commit
5efcddb30e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         }
     }
 }