张磊磊
2023-12-08 5357fcd46f03e4b0c4ec9402d9c4fe561ffd2ce6
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: {