From 0ac03b4dafa6dd43156ee0d32a8ae26f6b3d7b9f Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 25 Feb 2025 17:38:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E9=A2=86=E6=96=99=E6=97=B6=E9=A2=86=E6=96=99=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E4=B8=BA=E6=95=B4=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/inm_record_form.vue | 1 + 1 file changed, 1 insertion(+) 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") {