概述与支付信息保存添加成功提示
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user