From 094f5f612d5bbb8579ce0d3438d7a216ab37df15 Mon Sep 17 00:00:00 2001 From: panyuyi Date: Sat, 11 May 2024 15:32:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dispatch/record/components/edit.vue | 25 ++++++------------- 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/src/views/sluice/runManage/dispatch/record/components/edit.vue b/src/views/sluice/runManage/dispatch/record/components/edit.vue index eeb5f1c..1c2ab77 100644 --- a/src/views/sluice/runManage/dispatch/record/components/edit.vue +++ b/src/views/sluice/runManage/dispatch/record/components/edit.vue @@ -65,6 +65,7 @@ export default { this.ruleForm[val] = e.replace(/[\W]/g, ""); }, handleInput(val, e) { + console.log("val, e >>>>> ", val, e); this.ruleForm[val] = e.replace(/\D/g, ""); }, submitForm(callback) { @@ -158,42 +159,30 @@ export default { - + - + - +