@ -2212,7 +2212,7 @@
},
changeData(row){
this.currentRow = JSON.parse(JSON.stringify(row));
if (this.currentRow.notifyDate==='发货日期不确定') {
if (this.currentRow&&this.currentRow.notifyDate==='发货日期不确定') {
this.currentRow.notifyDate=''
}
this.headerData=row;
@ -1373,7 +1373,7 @@