游戏商户后台添加分组的页面逻辑

This commit is contained in:
kongyuebin
2021-05-17 22:15:59 +08:00
parent 8bd7067c2f
commit f7a7eb737d
12 changed files with 380 additions and 44 deletions

View File

@@ -95,7 +95,10 @@
if (res.Code === 0) {
obj.del()
table.reload('demo', {
url: "/template/list"
url: "/template/list",
where: {
"page":1
}
})
} else {
alert(res.Msg)