Explorar el Código

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

xieyong hace 1 día
padre
commit
c4621a5dc4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/financialManage/prepayment/components/payDialog.vue

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