Sfoglia il codice sorgente

feat: 在付款弹窗中添加选中行数据的处理逻辑

xieyong 1 giorno fa
parent
commit
c4621a5dc4

+ 1 - 0
src/views/financialManage/prepayment/components/payDialog.vue

@@ -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 || [];
       },