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