This commit is contained in:
yangduo 2024-08-06 15:19:09 +08:00
parent 8fea8fcecd
commit b5c13420a5

View File

@ -162,6 +162,9 @@ export default {
}).then(() => {
delGameSwitch({ switch_name: row.switch_name }).then(response => {
if (response.code === 0) {
if (this.gameSwitchList.length === 1 && this.curpage === this.totalpage && this.curpage > 1) {
this.curpage--
}
this.getList()
this.$notify({
title: 'Success',