From 5069465ee23239056c8d8b4e2cbaf25d951e8f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Mon, 27 Dec 2021 15:33:21 +0800 Subject: [PATCH] 26025 --- src/apps/AppMarryAndDie/AllActiveList.vue | 1 + src/apps/AppMarryAndDie/CadreList.vue | 1 + src/apps/AppMarryAndDie/FuneralList.vue | 1 + src/apps/AppMarryAndDie/MarryList.vue | 1 + 4 files changed, 4 insertions(+) diff --git a/src/apps/AppMarryAndDie/AllActiveList.vue b/src/apps/AppMarryAndDie/AllActiveList.vue index 32ba9b20..21b46602 100644 --- a/src/apps/AppMarryAndDie/AllActiveList.vue +++ b/src/apps/AppMarryAndDie/AllActiveList.vue @@ -124,6 +124,7 @@ export default { size: 6, current: this.current, type: 2, + personType: 0, }, }) .then((res) => { diff --git a/src/apps/AppMarryAndDie/CadreList.vue b/src/apps/AppMarryAndDie/CadreList.vue index 9322a701..4a357c79 100644 --- a/src/apps/AppMarryAndDie/CadreList.vue +++ b/src/apps/AppMarryAndDie/CadreList.vue @@ -123,6 +123,7 @@ export default { size: 6, current: this.current, modeType: 0, + personType: 1, }, }) .then((res) => { diff --git a/src/apps/AppMarryAndDie/FuneralList.vue b/src/apps/AppMarryAndDie/FuneralList.vue index c447db13..36b044ca 100644 --- a/src/apps/AppMarryAndDie/FuneralList.vue +++ b/src/apps/AppMarryAndDie/FuneralList.vue @@ -123,6 +123,7 @@ export default { size: 6, current: this.current, type: 1, + personType: 0, }, }) .then((res) => { diff --git a/src/apps/AppMarryAndDie/MarryList.vue b/src/apps/AppMarryAndDie/MarryList.vue index f7bb269f..e9e350f0 100644 --- a/src/apps/AppMarryAndDie/MarryList.vue +++ b/src/apps/AppMarryAndDie/MarryList.vue @@ -123,6 +123,7 @@ export default { size: 6, current: this.current, type: 0, + personType: 0, }, }) .then((res) => {