9b1ac64cd6c8b20d11e2c9d5c725485a34b5e041
根因:calculateTotalPrice中form.value.retailPrice赋值被nextTick包裹, 在多调用方(watcher/selectRow/addItem)并发时产生竞态,导致零售价更新丢失 修复:移除nextTick,改为同步赋值确保零售价实时同步总价 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
Languages
Java
47.1%
Vue
45%
JavaScript
5%
Python
1.6%
HTML
0.5%
Other
0.7%