diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index 3e61667..66d868d 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -152,6 +152,7 @@ export default { {tableItem && tableItem.length > 0 ? ( { - this.$emit("paid",{ + this.$emit("paid", { name: this.contract?.name, type: this.contract?.type, number: this.contract?.number, @@ -437,8 +437,8 @@ export default { reason: this.paymentRegistrationForm.remark, yizhifucishu: this.actNumsTotal(), yizhifujine: this.totalMoney(), - zongjia: this.totalApplyMoney() - }) + zongjia: this.totalApplyMoney(), + }); console.log({ name: this.contract?.name, type: this.contract?.type, @@ -447,8 +447,8 @@ export default { reason: this.paymentRegistrationForm.remark, yizhifucishu: this.actNumsTotal(), yizhifujine: this.totalMoney(), - zongjia: this.totalApplyMoney() - }) + zongjia: this.totalApplyMoney(), + }); this.isShowPaymentRegistration = false; Message({ type: "success", diff --git a/src/views/contract/contractList.vue b/src/views/contract/contractList.vue index 376a1e7..dcbcb77 100644 --- a/src/views/contract/contractList.vue +++ b/src/views/contract/contractList.vue @@ -202,6 +202,11 @@ + + +