概述与支付信息保存添加成功提示
parent
e947c99f71
commit
25a3a0e371
|
@ -107,6 +107,7 @@ export default {
|
||||||
let res = await updatePaymentMode(this.form)
|
let res = await updatePaymentMode(this.form)
|
||||||
this.loading = false
|
this.loading = false
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
|
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|
|
@ -96,6 +96,7 @@ export default {
|
||||||
let res = await updateGneralSituation(this.form)
|
let res = await updateGneralSituation(this.form)
|
||||||
this.loading = false
|
this.loading = false
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
|
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|
Loading…
Reference in New Issue