@@ -211,6 +211,7 @@
methods: {
async open(row) {
this.visible = true;
+ this.row = row;
this.info = await getPrepaymentInfo(row.id);
this.form.tableData = this.info.detailList || [];
},