张晓波
2023-12-07 8750958a7338ca2465f081f73e12ba38ffce7bdc
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: {