Commit 912bdf58 authored by wuhao's avatar wuhao 🎯

we34

parent 406ebf91
...@@ -273,11 +273,11 @@ const Mtable = (props) => { ...@@ -273,11 +273,11 @@ const Mtable = (props) => {
columnsState={{ columnsState={{
value: valueColumns, value: valueColumns,
onChange: (val, state) => { onChange: (val, state) => {
setcolumnes((s) => {
let submitdata = { let submitdata = {
...valueColumns, ...s,
...val, ...val,
}; };
setcolumnes(submitdata);
doFetch({ doFetch({
url: "/ngic-base-business/paFieldScene/save", url: "/ngic-base-business/paFieldScene/save",
params: { params: {
...@@ -297,6 +297,8 @@ const Mtable = (props) => { ...@@ -297,6 +297,8 @@ const Mtable = (props) => {
}), }),
}, },
}); });
return submitdata;
});
}, },
}} }}
pagination={ pagination={
......
...@@ -62,7 +62,7 @@ function Instore(props) { ...@@ -62,7 +62,7 @@ function Instore(props) {
{ {
title: "出库仓库", title: "出库仓库",
dataIndex: "storeName", dataIndex: "storeName",
key: "storeName", key: "storeId",
fieldProps: { fieldProps: {
allowClear: true, allowClear: true,
showSearch: true, showSearch: true,
......
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