修改刷新位置

master
382696293@qq.com 2 years ago
parent 7b097fa583
commit 14dc34dc86

@ -2353,8 +2353,8 @@ export default {
).then((Response) => {
this.$modal.msgSuccess('批量添加小程序标签成功');
this.cancelMiniProgramDialog(true)
this.getList();
})
this.getList();
}
})
}
@ -2368,8 +2368,8 @@ export default {
).then((Response) => {
this.$modal.msgSuccess('批量删除小程序标签成功')
this.cancelMiniProgramDialog(true)
this.getList();
})
this.getList();
}
})
}
@ -2383,8 +2383,8 @@ export default {
).then((Response) => {
this.$modal.msgSuccess('全量添加小程序标签成功')
this.cancelMiniProgramDialog(true)
this.getList();
})
this.getList();
}
})
}
@ -2398,8 +2398,8 @@ export default {
).then((Response) => {
this.$modal.msgSuccess('全量删除小程序标签成功')
this.cancelMiniProgramDialog(true)
this.getList();
})
this.getList();
}
})
}
@ -2411,8 +2411,8 @@ export default {
batchChangIntegral(this.ids, this.integralForm).then((Response) => {
this.$modal.msgSuccess('批量操作积分成功')
this.cancelIntegralDialog(true)
this.getList();
})
this.getList();
}
})
}
@ -2424,9 +2424,9 @@ export default {
(Response) => {
this.$modal.msgSuccess('批量操作积分成功')
this.cancelIntegralDialog(true)
this.getList();
}
)
this.getList();
}
})
}

Loading…
Cancel
Save