From 1e39856004c09f4b205a033357d56d472007ea57 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 24 Dec 2025 13:54:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:20251224=E5=85=89=E5=AD=90=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog6_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm/mlog6_form.vue b/src/views/wpm/mlog6_form.vue index 99f7d990..0dfee290 100644 --- a/src/views/wpm/mlog6_form.vue +++ b/src/views/wpm/mlog6_form.vue @@ -729,7 +729,7 @@ export default { countUseChange(){ if(this.form.count_real>this.form.count_use){ this.form.count_real = this.form.count_use; - this.count_ok = this.form.count_real - this.form.count_notok; + this.form.count_ok = this.form.count_use - this.form.count_notok; } }, countNotOkSun() {