소스 검색

Merge branch 'master' into groupmealweb

groupmealweb
zhaoy 10 달 전
부모
커밋
03689efb3f
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      src/pages/database/goods/goodsInfo/index.jsx

+ 6
- 6
src/pages/database/goods/goodsInfo/index.jsx 파일 보기

@@ -148,7 +148,7 @@ const Advanced = (props) => {
initGoodsUnit();
initGoodsType();
initGetbomType();
//intBatching();//默认原料
intBatching();//默认原料
//}
}, [tabStatus])
@@ -192,11 +192,11 @@ const Advanced = (props) => {
})
}
// function intBatching(){
// getproductpage().then((r) => {
// setMatedata(r.data);
// });
// }
function intBatching(){
getproductpage().then((r) => {
setMatedata(r.data);
});
}
function initTypeList(){
initGetbomType();
}


불러오는 중...
취소
저장