3.24部署版本

This commit is contained in:
dxc
2026-03-24 16:19:47 +08:00
parent cc9db0f552
commit d5d12a8df5
3 changed files with 0 additions and 1 deletions

Binary file not shown.

0
deploy_code.sh Normal file → Executable file
View File

View File

@ -513,7 +513,6 @@ const handleStockSizeChange = (size: number) => {
stockPage.value = 1 stockPage.value = 1
loadStockList() loadStockList()
} }
}
const handleStockSelection = (val: any[]) => { tempSelection.value = val } const handleStockSelection = (val: any[]) => { tempSelection.value = val }