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) {