caojunjie 2 роки тому
батько
коміт
496d96a049

+ 1 - 1
src/views/exportTrade/salesContract/components/goodsInfo.vue

@@ -853,7 +853,7 @@ export default {
       }
     },
     rowCell(row, index) {
-      this.getAttribute(JSON.parse(row.attributeList))
+      this.getAttribute(JSON.parse(row.attributeList) || [])
       this.$refs.crud.rowEdit(row, index)
     },
     rowDel(row) {