This commit is contained in:
@jyuhsin
2025-09-26 08:54:44 +08:00
parent cf4e460288
commit f8826a1542
4 changed files with 4 additions and 4 deletions
@@ -205,7 +205,7 @@ layout("/layouts/platform.html"){
this.pageForm.totalCount = res.data.totalCount
if(this.id) {
const activity = this.tableData.find(o => o.id === this.id)
this.onOpen(activity)
this.onView(activity)
}
}
})
@@ -158,7 +158,7 @@ layout("/layouts/platform.html"){
this.pageForm.totalCount = res.data.totalCount
if(this.id) {
const activity = this.tableData.find(o => o.id === this.id)
this.onOpen(activity)
this.onView(activity)
}
}
})
@@ -156,7 +156,7 @@ layout("/layouts/platform_h5.html"){
fetchOne() {
this.$axios.post('/platform/family/manage/findOne', {id: this.id}).then((res) => {
if(res.code === 0) {
this.onApply(res.data)
this.onView(res.data)
}
})
},
@@ -136,7 +136,7 @@ layout("/layouts/platform_h5.html"){
fetchOne() {
this.$axios.post('/platform/trainSignUp/manage/findOne', {id: this.id}).then((res) => {
if(res.code === 0) {
this.onApply(res.data)
this.onView(res.data)
}
})
},