diff --git a/src/views/wpm_bx/inm_record_form.vue b/src/views/wpm_bx/inm_record_form.vue index c2ba4058..fe47748a 100644 --- a/src/views/wpm_bx/inm_record_form.vue +++ b/src/views/wpm_bx/inm_record_form.vue @@ -331,6 +331,7 @@ export default { if (valid) { that.isSaveing = true; that.form.mio = that.mioId; + that.form.count = parseInt(that.form.count); try { var res; if (that.mode == "add") {