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