소스 검색

提交福达

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