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
@@ -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)
}
})
},