fix:玻纤交接问题修改

This commit is contained in:
shijing 2025-12-02 16:15:43 +08:00
parent 4f2162d496
commit d346ee1598
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ export default {
that.change_batch = true;
}
that.form.handoverb = data?data:[];
if(data.length>0){
if(data&&data!==''&&data.length>0){
that.totalCount = 0;
data.forEach((item,index)=>{
that.totalCount += Number(item.count);