|
|
|
@ -565,7 +565,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 如果没有forms和before_forms,则按原来的逻辑处理
|
|
|
|
// 如果没有forms和before_forms,则按原来的逻辑处理
|
|
|
|
const rowIndex = this.list.findIndex(item => item.id === row.id);
|
|
|
|
const rowIndex = 0; //this.list.findIndex(item => item.id === row.id);
|
|
|
|
if(rowIndex === 0) { // 第一行
|
|
|
|
if(rowIndex === 0) { // 第一行
|
|
|
|
this.$refs['printRegistration'].getDetailFundLog(row.id);
|
|
|
|
this.$refs['printRegistration'].getDetailFundLog(row.id);
|
|
|
|
this.$refs['printRegistration'].isShow = true;
|
|
|
|
this.$refs['printRegistration'].isShow = true;
|
|
|
|
|