From f30fc0f21def73173fdf43d89aa6dbf4bc0ab9d1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 17 Jan 2024 16:39:46 +0800
Subject: [PATCH] 场所管理二级关联回显异常; 房屋管理地址搜索;
---
src/views/article/components/publicSignUpChild.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/article/components/publicSignUpChild.vue b/src/views/article/components/publicSignUpChild.vue
index b0d1ebe..3c68b2b 100644
--- a/src/views/article/components/publicSignUpChild.vue
+++ b/src/views/article/components/publicSignUpChild.vue
@@ -177,8 +177,9 @@
if (item.avatar.length > 0) {
item.avatar = website.minioUrl + item.avatar
}
- if (item.signaturePath.length > 0) {
+ if (item.signaturePath && item.signaturePath.length > 0) {
item.signaturePath = website.minioUrl + item.signaturePath
+ console.log("=====>", item.signaturePath)
}
})
this.loading = false
--
Gitblit v1.9.3