fix:交接中数量延时统计

This commit is contained in:
shijing 2025-09-08 17:01:51 +08:00
parent 29f67226fa
commit e092dacb4d
1 changed files with 3 additions and 1 deletions

View File

@ -898,7 +898,9 @@ export default {
})
}
}
this.countChange();
setTimeout(() => {
this.countChange();
}, 500);
},
},
};