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

@@ -93,7 +93,7 @@ export default {
updateLoansSetting(this.form).then(response => {
this.formDisable = true;
this.buttonLoading = false;
this.msgSuccess("修改成功");
this.$modal.msgSuccess("修改成功");
}).catch(() => {
this.formDisable = true;
this.buttonLoading = false;