From 886d60f8fe77f884e2093d20d9600dbd374120b7 Mon Sep 17 00:00:00 2001 From: panyuyi Date: Sat, 21 Sep 2024 16:54:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8A=A8=E7=89=A9?= =?UTF-8?q?=E9=98=B2=E6=B2=BB=E6=8F=90=E9=86=92=E6=97=B6=E9=97=B4=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dike/runManage/pestAnimalControl/planManagement/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dike/runManage/pestAnimalControl/planManagement/index.vue b/src/views/dike/runManage/pestAnimalControl/planManagement/index.vue index b2b3354..992e90e 100644 --- a/src/views/dike/runManage/pestAnimalControl/planManagement/index.vue +++ b/src/views/dike/runManage/pestAnimalControl/planManagement/index.vue @@ -221,6 +221,7 @@ export default { }, // 保存维修计划 submitForm(formName) { + console.log("提交 >>> ", this.ruleForm); this.$refs[formName].validate((valid) => { if (valid) { this.ruleForm.cycleType = parseFloat(this.ruleForm.cycleType); @@ -803,7 +804,6 @@ export default {