Commit 79a1468f authored by wuhao's avatar wuhao 🎯

asder

parent 8510e274
...@@ -408,7 +408,7 @@ const Materiel = (props) => { ...@@ -408,7 +408,7 @@ const Materiel = (props) => {
return el; return el;
}); });
let materieProductUnitList = let materieProductUnitList =
firstValues.materieProductUnitList.map((it) => { firstValues?.materieProductUnitList?.map((it) => {
return { return {
productionUnit: it.productionUnit, productionUnit: it.productionUnit,
conversionRate: it.conversionRate, conversionRate: it.conversionRate,
......
...@@ -256,7 +256,6 @@ const Staff = (props) => { ...@@ -256,7 +256,6 @@ const Staff = (props) => {
dataIndex: "chargeStoreName", dataIndex: "chargeStoreName",
key: "chargeStoreName", key: "chargeStoreName",
}, },
{ {
title: "角色", title: "角色",
dataIndex: "roleName", 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