From 06a0b0651ca5fd2de790ec17d798a12b93557ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 14 Mar 2023 16:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=B7=A5=E5=85=B7-=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=B8=85=E5=8D=95=E7=BB=B4=E6=8A=A4-=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/batSetting.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue b/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue index 781f55ac2..655f74c80 100644 --- a/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue +++ b/jero-web/src/views/virtualAuthenticationList/components/batSetting.vue @@ -18,7 +18,6 @@ @@ -149,12 +148,12 @@ export default { this.formInline = {} this.visible = false }, - handleInput(value) { - this.$nextTick(() => { - this.formInline = { ...this.formInline } - this.$refs.ruleForm.validateField([value]) - }) - }, + // handleInput(value) { + // this.$nextTick(() => { + // this.formInline = { ...this.formInline } + // this.$refs.ruleForm.validateField([value]) + // }) + // }, getDeliverableTree() { getAction('/sys/category/getDeliverableTree', {}).then((res) => { if (res.success) {