|
@@ -5187,11 +5187,11 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- this.needIssuePhoto = res.data.needIssuePhoto;
|
|
|
|
|
- this.wuliaoPhotoImg = res.data.fileInfoList;
|
|
|
|
|
|
|
+ // this.needIssuePhoto = res.data.needIssuePhoto;
|
|
|
|
|
+ // this.wuliaoPhotoImg = res.data.fileInfoList;
|
|
|
this.tableData1 = collectionItemLists;
|
|
this.tableData1 = collectionItemLists;
|
|
|
- // let yfNumArr = this.tableData1.filter((val) => val.yfNum);
|
|
|
|
|
- // this.yfNumFlage = yfNumArr.length ? true : false;
|
|
|
|
|
|
|
+ let yfNumArr = this.tableData1.filter((val) => val.yfNum);
|
|
|
|
|
+ this.yfNumFlage = yfNumArr.length ? true : false;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|