caojunjie преди 2 години
родител
ревизия
496d96a049
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/exportTrade/salesContract/components/goodsInfo.vue

+ 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) {