From 0d0968ec2d1a39c21e15e447c4f2227f70d6a11b Mon Sep 17 00:00:00 2001
From: 张晓波 <bingbo1993@126.com>
Date: 星期一, 11 十二月 2023 10:38:37 +0800
Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe

---
 sz_app/pages/spotCheck/spotDetail.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/sz_app/pages/spotCheck/spotDetail.vue b/sz_app/pages/spotCheck/spotDetail.vue
index 3aeae43..0b40b3a 100644
--- a/sz_app/pages/spotCheck/spotDetail.vue
+++ b/sz_app/pages/spotCheck/spotDetail.vue
@@ -93,7 +93,7 @@
 					<u-image
 						v-for="item in formData.fileList"
 						:key="item.id"
-						:src="`http://filemanage.thhy-tj.com:8888${item.file}`"  
+						:src="`https://szpipe.thhy-tj.com${item.file}`"  
 						width="100px" 
 						height="100px"
 						radius="4">
@@ -118,6 +118,7 @@
 				id: option.id
 			}).then((res) => {
 				this.formData = res.success ? res.data : {};
+				res.data.bigTypeStr = res.data.bigType == 1 ? '特殊设备' : '一般设备';
 			})
 		},
 		methods: {

--
Gitblit v1.9.3