From 90871991488f00182721b764a98492b0ea08d65e Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 28 十一月 2022 17:27:58 +0800
Subject: [PATCH] 左边树形菜单结构调整

---
 src/views/operate/fivepack/threepack/components/updateUser/index.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/views/operate/fivepack/threepack/components/updateUser/index.vue b/src/views/operate/fivepack/threepack/components/updateUser/index.vue
index 52e369a..bb5fb3b 100644
--- a/src/views/operate/fivepack/threepack/components/updateUser/index.vue
+++ b/src/views/operate/fivepack/threepack/components/updateUser/index.vue
@@ -244,6 +244,20 @@
         }
       });
     },
+    
+    async created() {
+      if (this.storeInfo) {
+        this.$set(this, 'store', this.storeInfo);
+        const result = await getVideoPoint({ current: 1, size: 100 });
+        this.relationVideoList = result.records;
+        if (this.storeInfo && this.isStorePage) {
+          this.store.relationVideo = this.store.videoPoint.name;
+        }
+        if (!this.isView()) {
+          await this.getShopTypeList();
+        }
+      }
+    },
 
     isView() {
       return this.dialogType === "view";

--
Gitblit v1.8.0