组织换届
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
||||
instance: Function,
|
||||
permissions: Function,
|
||||
dict: Object,
|
||||
selected: Object
|
||||
selected: Object,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -128,6 +128,9 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getList(this.selected.id)
|
||||
},
|
||||
methods: {
|
||||
jobEdit() {},
|
||||
jobDelete() {},
|
||||
@@ -140,6 +143,13 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
getList(id) {
|
||||
this.instance.post(`/app/apporganizationgeneralelection/queryDetailByOrganizationId?organizationId=${id}`).then(res=>{
|
||||
if(res?.data) {
|
||||
console.log(res,'111');
|
||||
}
|
||||
})
|
||||
},
|
||||
handleJobForm() {},
|
||||
handleCandForm() {},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user