From 2bb0e066fdc522beb51dd13f6a72cd67bd5d6a58 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期日, 09 十月 2022 18:06:46 +0800
Subject: [PATCH] 修改bug,店铺管理新增、查询

---
 src/views/operate/fivepack/shop/components/header/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/operate/fivepack/shop/components/header/index.vue b/src/views/operate/fivepack/shop/components/header/index.vue
index c0d58ca..8cbb537 100644
--- a/src/views/operate/fivepack/shop/components/header/index.vue
+++ b/src/views/operate/fivepack/shop/components/header/index.vue
@@ -21,7 +21,7 @@
 
         </div>
         <div class="footer">
-            <el-dialog :visible.sync="dialogCreate" title="娣诲姞搴楅摵" width="45%" v-if="dialogCreate">
+            <el-dialog :visible.sync="dialogCreate" title="娣诲姞搴楅摵" width="45%" v-if="dialogCreate" @close="handleClose">
                 <createUser @sendDialog="sendDialog" />
             </el-dialog>
         </div>
@@ -47,6 +47,10 @@
             console.log(flag);
             this.dialogCreate = flag.flag;
             this.$emit('setDialog', { flag: true })
+        },
+        handleClose(){
+            console.log(this.dialogCreate);
+            console.log(1);
         }
     },
     props: ['setDialog', 'getSearch', 'flag'],

--
Gitblit v1.8.0