Browse Source

商品

master
zhaoy 8 months ago
parent
commit
f606bb6fb8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/database/goods/goodsInfo/index.jsx

+ 1
- 1
src/pages/database/goods/goodsInfo/index.jsx View File

@@ -134,7 +134,7 @@ const Advanced = (props) => {
tabActiveKey: props.location.query.tabStatus ? props.location.query.tabStatus : 'basis',
});
useEffect(() => {
if(!props.location.query.values.id){
if(!props.location?.query?.values?.id){
history.push({
pathname: '/database/goods/newgoods',
});


Loading…
Cancel
Save