From 41da9483a0bd103f8782e270af881cb1d1bce2df Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 14 Mar 2022 18:30:56 +0800 Subject: [PATCH 01/11] tabList --- src/apps/AppPeopleList/DetailPeople.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/apps/AppPeopleList/DetailPeople.vue b/src/apps/AppPeopleList/DetailPeople.vue index 82c8832f..0042c425 100644 --- a/src/apps/AppPeopleList/DetailPeople.vue +++ b/src/apps/AppPeopleList/DetailPeople.vue @@ -134,9 +134,8 @@ -
- -
+
+
{{ t.fieldName }}
From a26b43adff90d07ac6a88357c369dac7056acee7 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 14 Mar 2022 18:32:50 +0800 Subject: [PATCH 02/11] 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 } From fd7f904de4e0ef935be03063aec0c8651de93ba2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 14 Mar 2022 20:11:04 +0800 Subject: [PATCH 03/11] BUG 28180 --- src/apps/AppSpecialPeople/add.vue | 24 +++++++- .../AppSpecialPeople/components/detail.vue | 55 ++++++++++++++++-- src/apps/AppSpecialPeople/img/del-icon.png | Bin 0 -> 1415 bytes src/apps/AppSpecialPeople/img/edit-icon.png | Bin 0 -> 1352 bytes 4 files changed, 70 insertions(+), 9 deletions(-) create mode 100644 src/apps/AppSpecialPeople/img/del-icon.png create mode 100644 src/apps/AppSpecialPeople/img/edit-icon.png diff --git a/src/apps/AppSpecialPeople/add.vue b/src/apps/AppSpecialPeople/add.vue index edc79cc2..29e693c4 100644 --- a/src/apps/AppSpecialPeople/add.vue +++ b/src/apps/AppSpecialPeople/add.vue @@ -1,7 +1,7 @@