flx:修改提示文字
This commit is contained in:
parent
cfdba8a5ff
commit
63832fc21c
@ -1213,7 +1213,7 @@ export default {
|
|||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.$message({
|
this.$message({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
message: this.$t('message.common.operationSuccess')
|
message: '保存成功!'
|
||||||
});
|
});
|
||||||
this.cardForm.whichType = -1;
|
this.cardForm.whichType = -1;
|
||||||
this.getHomeNameConfigList();
|
this.getHomeNameConfigList();
|
||||||
@ -1251,7 +1251,7 @@ export default {
|
|||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.$message({
|
this.$message({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
message: this.$t('message.common.operationSuccess')
|
message: '保存成功!'
|
||||||
});
|
});
|
||||||
this.getCarouselConfigList();
|
this.getCarouselConfigList();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user