|
@@ -837,6 +837,10 @@ let cprops = [
|
|
|
{
|
|
|
value: 'selectedKey',
|
|
|
label: '单选选中值',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: 'iframe',
|
|
|
+ label: '网页地址',
|
|
|
}
|
|
|
];
|
|
|
|
|
@@ -915,7 +919,7 @@ const onAddValue = (action: any, data: any) => {
|
|
|
};
|
|
|
|
|
|
const valueChange = (e,aValue:any,key:any)=>{
|
|
|
- aValue[key] = changeType(e)||"";
|
|
|
+ aValue[key] = changeType(e)??"";
|
|
|
}
|
|
|
|
|
|
const codeChange = (e:any,a:any)=>{
|