浏览代码

提交福达

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