fix:交接中数量延时统计
This commit is contained in:
parent
29f67226fa
commit
e092dacb4d
|
@ -898,7 +898,9 @@ export default {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.countChange();
|
setTimeout(() => {
|
||||||
|
this.countChange();
|
||||||
|
}, 500);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue