🌈 style: 删除console.log

This commit is contained in:
砂糖
2025-08-13 16:39:47 +08:00
parent 08168aba15
commit 53d57e4ccd
20 changed files with 305 additions and 212 deletions

View File

@@ -357,9 +357,14 @@ export default {
payableId: this.payForm.payableId,
paidAmount: this.payForm.amount
}
this.buttonLoading = true;
updatePaidAmount(payload).then(response => {
this.$modal.msgSuccess("付款成功");
})
this.payOpen = false;
this.getList();
}).finally(() => {
this.buttonLoading = false;
});
}
}
};