diff --git a/src/apps/AppSpecialPeople/add.vue b/src/apps/AppSpecialPeople/add.vue index c965456a..edc79cc2 100644 --- a/src/apps/AppSpecialPeople/add.vue +++ b/src/apps/AppSpecialPeople/add.vue @@ -222,7 +222,9 @@ export default { }) }, getType() { - this.$http.post(`/app/appapplicationinfo/queryApplicationListByType?type=0`).then((res) => { + this.$http.post(`/app/appapplicationinfo/queryApplicationListByType`, null, { + params: {type: 0, status: 1} + }).then((res) => { if (res?.data) { this.typeList = res.data }