From 830f678313faffca7bb00468273fb9abebcf988b Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 16 五月 2024 13:23:42 +0800 Subject: [PATCH] 完成标准库批量编辑 --- src/components/view/a5-laboratory-management.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/components/view/a5-laboratory-management.vue b/src/components/view/a5-laboratory-management.vue index d3b1cb9..8a3ad69 100644 --- a/src/components/view/a5-laboratory-management.vue +++ b/src/components/view/a5-laboratory-management.vue @@ -283,7 +283,6 @@ return m }) this.options[0].children = arr; - this.fileComponentData.tagField.type.select = arr; this.fileComponentData.selectField.type.select = arr; }) }, -- Gitblit v1.9.3