Commit 79a1468f authored by wuhao's avatar wuhao 🎯

asder

parent 8510e274
......@@ -408,7 +408,7 @@ const Materiel = (props) => {
return el;
});
let materieProductUnitList =
firstValues.materieProductUnitList.map((it) => {
firstValues?.materieProductUnitList?.map((it) => {
return {
productionUnit: it.productionUnit,
conversionRate: it.conversionRate,
......
......@@ -256,7 +256,6 @@ const Staff = (props) => {
dataIndex: "chargeStoreName",
key: "chargeStoreName",
},
{
title: "角色",
dataIndex: "roleName",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment