概述与支付信息保存添加成功提示

uat_us
wangxiaoshuang 2024-11-04 13:43:49 +08:00
parent e947c99f71
commit 25a3a0e371
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ export default {
let res = await updatePaymentMode(this.form)
this.loading = false
if (res.IsSuccess) {
this.$message.success(this.$t('common:message:savedSuccessfully'))
}
} catch (err) {
this.loading = false

View File

@ -96,6 +96,7 @@ export default {
let res = await updateGneralSituation(this.form)
this.loading = false
if (res.IsSuccess) {
this.$message.success(this.$t('common:message:savedSuccessfully'))
}
} catch (err) {
this.loading = false