Commit d669e2cb authored by 左玲玲's avatar 左玲玲 😬

优化

parent 87bbf483
...@@ -109,7 +109,7 @@ const Storesearch = (props) => { ...@@ -109,7 +109,7 @@ const Storesearch = (props) => {
extraparams={{ extraparams={{
level: select.level ?? 0, level: select.level ?? 0,
key: select.selectedKeys ?? "", key: select.selectedKeys ?? "",
materieId: record.id materieId: record.materieId
}} }}
> >
......
...@@ -60,8 +60,8 @@ function Instore(props) { ...@@ -60,8 +60,8 @@ function Instore(props) {
}, },
{ {
"title": "操作类型", "title": "操作类型",
"dataIndex": "stockTypeDetailName", "dataIndex": " stockDetailTypeName",
"key": "stockTypeDetailName", "key": " stockDetailTypeName",
}, },
{ {
"title": "仓库名称", "title": "仓库名称",
......
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