From a26b43adff90d07ac6a88357c369dac7056acee7 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 14 Mar 2022 18:32:50 +0800 Subject: [PATCH] BUG 28178 --- src/apps/AppSpecialPeople/add.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }