Commit ce698ce0926c939a1b069414dcd1caa907a0054c

Authored by by1642146903
2 parents 436b3a99 1b142ed2

Merge remote-tracking branch 'origin/bug_fix'

src/pages/pms/partPlan/MinRatioPlan/components/StorageOverStockModal.tsx
... ... @@ -21,7 +21,7 @@ export default function Index(props: Props) {
21 21  
22 22 useEffect(() => {
23 23 if (visible) {
24   - setParams({partId: item.partId, shopId: item.shopId}, true);
  24 + setParams({partId: item.partId}, true);
25 25 setDelay(false);
26 26 }
27 27 }, [visible]);
... ...