caojunjie 2 лет назад
Родитель
Сommit
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) {