Commit 2073e6fc authored by krysent's avatar krysent

重置按钮

parent e822f7f8
......@@ -276,13 +276,13 @@ const Mtable = (props) => {
...s,
...valueColumns,
};
console.log(submitdata);
let controList = Object.keys(submitdata).map((it, i) => {
return {
fieldKey: it,
fieldWidth: submitdata[it].width,
fieldOrder: i,
fieldFixed: submitdata[it].fixed,
fieldFixed: "",
fieldShow: 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