广告位新增后刷新数据

This commit is contained in:
yulixing 2019-09-16 17:22:49 +08:00
parent bd95a563e5
commit ba7a0aedb7

View File

@ -591,7 +591,7 @@ export default {
if (data.errcode === 0) {
this.$message.success('广告位修改成功!')
this.$refs[`adPos${index}`][0].clearValidate()
// this.getAdPosList()
this.getAdPosList()
}
})
.catch(err => {
@ -625,7 +625,7 @@ export default {
if (data.errcode === 0) {
this.$message.success('广告位新增成功!')
this.$refs[`adPos${index}`][0].clearValidate()
// this.getAdPosList()
this.getAdPosList()
}
})
.catch(err => {