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; // }