zhaoy 10 місяці тому
джерело
коміт
7d378bcce6
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();
}


Завантаження…
Відмінити
Зберегти