This commit is contained in:
77
2024-05-21 09:54:44 +08:00
parent a37d27f1ca
commit 8101f2d295
12 changed files with 19 additions and 19 deletions

View File

@@ -100,7 +100,7 @@ export default {
totalMonth: this.form.totalMonth,
loanMonthRate: this.form.loanMonthRate,
}).then(data => {
this.msgSuccess("修改成功");
this.$modal.msgSuccess("修改成功");
this.buttonLoading = false;
this.open = false
this.$emit('refreshDataList')