先提交一波整理的代码
This commit is contained in:
@@ -99,6 +99,16 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
// getDetail() {
|
||||
// const {id: organizationId} = this.$route.query
|
||||
// organizationId && this.instance.post(`/app/apporganizationgeneralelection/queryDetailByOrganizationId`, null, {
|
||||
// params: {organizationId}
|
||||
// }).then(res => {
|
||||
// if (res?.data) {
|
||||
// this.form = res.data
|
||||
// }
|
||||
// })
|
||||
// },
|
||||
cancel() {
|
||||
this.$router.push({})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user