fix:20251224光子问题修改

This commit is contained in:
shijing 2025-12-24 13:54:56 +08:00
parent 7fa7a8ccfa
commit 1e39856004
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ export default {
countUseChange(){ countUseChange(){
if(this.form.count_real>this.form.count_use){ if(this.form.count_real>this.form.count_use){
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() { countNotOkSun() {