From 56246d3f7778fb54998011aa307a4bdc3f3fa364 Mon Sep 17 00:00:00 2001 From: lynn Date: Fri, 6 Jun 2025 12:35:37 +0800 Subject: [PATCH] update --- .../contract/components/printPaymentForm.vue | 19 +++++++++---------- src/views/finance/paymentRegistrationList.vue | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/views/contract/components/printPaymentForm.vue b/src/views/contract/components/printPaymentForm.vue index 758f8ec..dbacdb7 100644 --- a/src/views/contract/components/printPaymentForm.vue +++ b/src/views/contract/components/printPaymentForm.vue @@ -4,13 +4,13 @@ diff --git a/src/views/finance/paymentRegistrationList.vue b/src/views/finance/paymentRegistrationList.vue index b1ef8f6..40734df 100644 --- a/src/views/finance/paymentRegistrationList.vue +++ b/src/views/finance/paymentRegistrationList.vue @@ -549,7 +549,7 @@ export default { try { // if (row.contract && (row.contract.forms || row.contract.before_forms)) { await this.$refs['printPaymentForm'].getDetailFundLog(row.id); - this.$refs['printPaymentForm'].currentForm = 'finance'; + this.$refs['printPaymentForm'].currentForm = 'post'; this.$refs['printPaymentForm'].isShow = true; // return; // }