先提交一波整理的代码

This commit is contained in:
aixianling
2022-10-21 18:10:58 +08:00
parent 0d3d163aec
commit bda2b10c7f
3 changed files with 68 additions and 55 deletions

View File

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