From bfca9d02bddd9c8a80bc66a7e78ad1956d56559b Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 14 Mar 2025 10:18:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:coding798=E4=BD=BF=E7=94=A8=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E9=BB=98=E8=AE=A4=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogb_form.vue | 6 +++--- src/views/wpm_gx/mlogb_form.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/wpm_bx/mlogb_form.vue b/src/views/wpm_bx/mlogb_form.vue index 40d9ed33..bc1bc480 100644 --- a/src/views/wpm_bx/mlogb_form.vue +++ b/src/views/wpm_bx/mlogb_form.vue @@ -55,7 +55,7 @@ - + @@ -85,7 +85,7 @@ const defaultForm = { mlog: "", mtask: "", batch: "", - count_use: "", + count_use: 0, }; export default { @@ -147,7 +147,7 @@ export default { this.visible = true; this.form.mtask = ""; this.form.wm_in = ""; - this.form.count_use = ""; + this.form.count_use = 0; this.form.parent = ""; }, getMtask() {