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) => {