浏览代码

商品页面跳转

master
zhaoy 9 个月前
父节点
当前提交
9803e4d3da
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. +6
    -6
      src/pages/database/goods/goodsInfo/index.jsx

+ 6
- 6
src/pages/database/goods/goodsInfo/index.jsx 查看文件

@@ -134,17 +134,17 @@ const Advanced = (props) => {
tabActiveKey: props.location.query.tabStatus ? props.location.query.tabStatus : 'basis',
});
useEffect(() => {
if(!props.location?.query?.isAdd){
history.push({
pathname: '/database/goods/newgoods',
});
}else{
// if(!props.location?.query?.values){
// history.push({
// pathname: '/database/goods/newgoods',
// });
// }else{
SetCurrTabKey(tabStatus.tabActiveKey);
initGoodsUnit();
initGoodsType();
initGetbomType();
intBatching();
}
//}
}, [tabStatus])
const onTabChange = (key) => {


正在加载...
取消
保存