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: {