换个接口

This commit is contained in:
shijingjing
2022-10-31 17:45:07 +08:00
parent 52e50f6dd8
commit 1c23fe25c2

View File

@@ -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)
}) })