|
|
|
@ -8,7 +8,7 @@ import com.fr.design.mainframe.share.generate.impl.AbstractComponentCreatorProce
|
|
|
|
|
import com.fr.form.main.Form; |
|
|
|
|
import com.fr.form.main.WidgetGatherAdapter; |
|
|
|
|
import com.fr.form.share.DefaultSharableWidget; |
|
|
|
|
import com.fr.form.share.EmbeddedConverter; |
|
|
|
|
import com.fr.form.share.ShareEmbeddedConverter; |
|
|
|
|
import com.fr.form.share.bean.ComponentReuBean; |
|
|
|
|
import com.fr.form.share.editor.DefaultSharableEditor; |
|
|
|
|
import com.fr.form.share.editor.PlainSharableEditor; |
|
|
|
@ -92,7 +92,7 @@ public class ComponentCreator extends AbstractComponentCreatorProcessor {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// //内置数据集
|
|
|
|
|
EmbeddedConverter embeddedConverter = WorkContext.getCurrent().get(EmbeddedConverter.class); |
|
|
|
|
ShareEmbeddedConverter embeddedConverter = WorkContext.getCurrent().get(ShareEmbeddedConverter.class); |
|
|
|
|
embeddedConverter.convertToEmbeddedTableData(tpl, paraMap); |
|
|
|
|
|
|
|
|
|
return tpl; |
|
|
|
|