From c30b02c3e53c552867178820c434800772e3de70 Mon Sep 17 00:00:00 2001
From: a0049873 <79py69t9wb@privaterelay.appleid.com>
Date: Tue, 5 Jul 2022 14:57:59 +0800
Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/home/components/searchResultList.vue | 16 ++++++++++------
.../components/PurchaseVehicle.vue | 3 ++-
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue
index e9bdd500..d6f01f59 100644
--- a/front/src/views/home/components/searchResultList.vue
+++ b/front/src/views/home/components/searchResultList.vue
@@ -123,7 +123,10 @@
{{ item.deptName || '--' }}
- {{ item.description || '--' }}
+
+ {{ item.description }}
+ {{ item.description || '--' }}
+
@@ -420,12 +423,13 @@
if (props.selectCardsname == '数据资源') {
if (whoShow1.itShowQingDao) {
window.open(
- 'http://15.72.158.81/web/ZWXXSQ/bm/MuluDetail.aspx?zyguid=' +
- item.guid
- )
+ 'http://15.72.158.81/web/ZWXXSQ/bm/MuluDetail.aspx?zyguid=' +
+ item.guid
+ )
} else {
- window.open(
- 'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=')
+ window.open(
+ 'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName='
+ )
}
} else {
if (type === 'apply') {
diff --git a/front/src/views/personalCenter/components/PurchaseVehicle.vue b/front/src/views/personalCenter/components/PurchaseVehicle.vue
index 14faff0e..21083fa3 100644
--- a/front/src/views/personalCenter/components/PurchaseVehicle.vue
+++ b/front/src/views/personalCenter/components/PurchaseVehicle.vue
@@ -97,7 +97,8 @@