From ba71b6abd3ae6eb4ede91e56d0fdb0205c7bef41 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期一, 28 十一月 2022 17:47:55 +0800
Subject: [PATCH] fix: 案卷查询
---
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