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