换个接口
This commit is contained in:
@@ -67,10 +67,12 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getDetail() {
|
||||
this.$instance.post(`/app/apporganizationgeneralelection/queryDetailByOrganizationId`, null, {
|
||||
this.$instance.post(`/app/apporganizationgeneralelection/queryDetailByOrganizationId-forwx`, null, {
|
||||
params: {organizationId: this.user.partyOrgId}
|
||||
}).then(res => {
|
||||
this.dataInfo = res.data
|
||||
if (res?.data) {
|
||||
this.dataInfo = res.data
|
||||
}
|
||||
}).catch(err => {
|
||||
this.$toast(err)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user