From 249cbcae1ef010a2fd00130df8df3a453cdf4802 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 28 Jul 2023 17:15:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A7=8D=E5=85=BB=E6=AE=96?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/newArchives/breeding.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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) {