zhaoy před 10 měsíci
rodič
revize
7d378bcce6
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. +6
    -6
      src/pages/database/goods/goodsInfo/index.jsx

+ 6
- 6
src/pages/database/goods/goodsInfo/index.jsx Zobrazit soubor

@@ -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();
}


Načítá se…
Zrušit
Uložit