Commit 912bdf58 authored by wuhao's avatar wuhao 🎯

we34

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