Commit 6ae71855 authored by wuhao's avatar wuhao 🎯

asde

parent fd881a76
......@@ -1688,9 +1688,6 @@ function LinkSelectList({ item, colProps, formRef, name, curindex }) {
let reversekey = !curlinkparams[key] ? key : curlinkparams[key];
result[reversekey] = params[key];
}
console.log('====================================');
console.log(result);
console.log('====================================');
return (
<Form.Item name={curkey} label={item.title} {...item.formItemProps}>
<TableSelect item={item} params={result} />
......
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