diff --git a/components/newArchives/breeding.vue b/components/newArchives/breeding.vue index 4fc2daf..287010f 100644 --- a/components/newArchives/breeding.vue +++ b/components/newArchives/breeding.vue @@ -143,12 +143,7 @@ }, // 新增种养殖 pushBreedingList() { - this.formData.breedingList.push({ - nickname: '', - birthday: '', - jobType: '', - skill: '', - }) + this.formData.breedingList.push({}) }, // 删除种养殖 removeBreedingList(index) {