From b42fa7e9ed37f86cc2bb4c99b920fa6b32d8dcf8 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: Fri, 18 Feb 2022 18:36:36 +0800 Subject: [PATCH] bug --- src/mods/AppVillager/AppVillager.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/AppVillager/AppVillager.vue b/src/mods/AppVillager/AppVillager.vue index 8dd5a19..754977b 100644 --- a/src/mods/AppVillager/AppVillager.vue +++ b/src/mods/AppVillager/AppVillager.vue @@ -238,7 +238,7 @@ export default { }, toAdd(index) { - if (this.statDisabled == 0) { + if (this.statDisabled == 0 && index == 0) { this.delAndEdit = false return this.$u.toast('该数据未审核') }