commit
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user