liqianyi 2 weeks ago
parent
commit
0cc6f31b65
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/modules/tech/product-detail.vue

+ 4 - 4
src/views/modules/tech/product-detail.vue

@@ -242,10 +242,10 @@ export default {
             this.dataForm.proDrawings = []
             data.data.drawings.forEach((item) => {
               this.dataForm.proDrawings.push({
-                    fileName: item.fileName,
-                    url: item.url,
-                    id: item.attachId
-                  })
+                fileName: item.fileName,
+                url: item.url,
+                id: item.attachId
+              })
             })
           }