|
|
@ -70,6 +70,9 @@ const Control = (props) => { |
|
|
|
|
|
|
|
// console.info(msg); |
|
|
|
console.log(msg); |
|
|
|
if (msg?.msgDataMap) { |
|
|
|
|
|
|
|
} |
|
|
|
let a = msg; |
|
|
|
}); |
|
|
|
return () => { |
|
|
@ -1319,6 +1322,7 @@ const Control = (props) => { |
|
|
|
labelPosition="left" |
|
|
|
rules={[{ required: true, message: "请输入工具名称,1~10个字符,支持中英文,数字及常见符号-_ /." }]} |
|
|
|
field='name' |
|
|
|
maxLength="10" |
|
|
|
initValue={compile?.name || ''} |
|
|
|
placeholder='请输入工具名称' |
|
|
|
/> |
|
|
|