@@ -193,6 +193,10 @@ export default {
: [];
if (_this.recordList.length > 0) {
_this.selectIndex = 0;
+ this.$emit(
+ "getSelectData",
+ this.recordList[0].selectData
+ );
_this.recordFile = _this.recordList.length + 1;
_this.handleChangeRecord(0);
}