广告位新增后刷新数据
This commit is contained in:
parent
bd95a563e5
commit
ba7a0aedb7
@ -591,7 +591,7 @@ export default {
|
|||||||
if (data.errcode === 0) {
|
if (data.errcode === 0) {
|
||||||
this.$message.success('广告位修改成功!')
|
this.$message.success('广告位修改成功!')
|
||||||
this.$refs[`adPos${index}`][0].clearValidate()
|
this.$refs[`adPos${index}`][0].clearValidate()
|
||||||
// this.getAdPosList()
|
this.getAdPosList()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
@ -625,7 +625,7 @@ export default {
|
|||||||
if (data.errcode === 0) {
|
if (data.errcode === 0) {
|
||||||
this.$message.success('广告位新增成功!')
|
this.$message.success('广告位新增成功!')
|
||||||
this.$refs[`adPos${index}`][0].clearValidate()
|
this.$refs[`adPos${index}`][0].clearValidate()
|
||||||
// this.getAdPosList()
|
this.getAdPosList()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user