master
lynn 7 months ago
parent 3db325f303
commit aba3cdaa59

@ -565,7 +565,7 @@ export default {
}
// formsbefore_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) { //
this.$refs['printRegistration'].getDetailFundLog(row.id);
this.$refs['printRegistration'].isShow = true;

Loading…
Cancel
Save