This commit is contained in:
Paidax
2025-09-11 09:22:54 +08:00
56 changed files with 3162 additions and 246 deletions
@@ -172,7 +172,7 @@ layout("/layouts/platform.html"){
return age >= 0 ? age : '未出生';
},
openEdit(row) {
window.location.href = '/platform/childManage/write?bizId=' + row.id + '&manage=1'
window.location.href = '/platform/childManage/write/index?bizId=' + row.id + '&manage=1'
},
doDelete(id) {
this.$confirm("您确定要删除吗?", "提示", {
@@ -119,7 +119,7 @@ layout("/layouts/platform.html"){
return age >= 0 ? age : '未出生';
},
openEdit(row) {
window.location.href = '/platform/childManage/write?bizId=' + row.id
window.location.href = '/platform/childManage/write/index?bizId=' + row.id
},
doDelete(id) {
this.$confirm("您确定要删除吗?", "提示", {
@@ -309,9 +309,9 @@ layout("/layouts/platform.html"){
if (res.code === 0) {
this.$message.success(res.msg)
if (GetQueryString('manage') === '1') {
window.location.href = '/platform/childManage/manage'
window.location.href = '/platform/childManage/manage/index'
}else {
window.location.href = '/platform/childManage/mine'
window.location.href = '/platform/childManage/mine/index'
}
}
})