From 199514343a9db5be3b60eeb53f0f17098c501cdf Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Thu, 23 Jun 2022 14:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B8=E9=85=B8=E6=A3=80=E6=B5=8B=E7=82=B9?= =?UTF-8?q?=E3=80=81=E7=96=AB=E8=8B=97=E6=8E=A5=E7=A7=8D=E7=82=B9=20PC=20?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../point/icpointnucleicmonitoring-add-or-update.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue b/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue index b18b80e7..f08dcc00 100644 --- a/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue +++ b/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue @@ -7,15 +7,16 @@ @keyup.enter.native="dataFormSubmitHandle()" label-width="120px" > - + - + @@ -352,7 +353,11 @@ export default { .catch(() => {}); }, // 表单提交 - dataFormSubmitHandle: debounce( + dataFormSubmitHandle(){ + console.log(this.dataForm) + }, + + dataFormSubmitHandle2: debounce( function () { this.$refs["dataForm"].validate((valid) => { if (!valid) {