提交 c2b7b77e 编写于 作者: ibizdev's avatar ibizdev

zhanghengfeng 发布系统代码 [TrainSys,网页端]

上级 38c24138
...@@ -113,6 +113,11 @@ ...@@ -113,6 +113,11 @@
"type" : "numeric", "type" : "numeric",
"id" : "0" "id" : "0"
} ], } ],
"getPSControlAttributes" : [ {
"attrName" : "name",
"attrValue" : "console.log('注入属性')",
"name" : "logic10"
} ],
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventNames" : "onLoadSuccess", "eventNames" : "onLoadSuccess",
"logicTag" : "chart", "logicTag" : "chart",
...@@ -153,6 +158,11 @@ ...@@ -153,6 +158,11 @@
"scriptCode" : "console.log('项动态样式表')", "scriptCode" : "console.log('项动态样式表')",
"triggerType" : "ITEMDYNACLASS" "triggerType" : "ITEMDYNACLASS"
} ], } ],
"getPSControlRenders" : [ {
"layoutPanelModel" : "console.log('绘制器')",
"name" : "logic11",
"renderType" : "LAYOUTPANEL_MODEL"
} ],
"getPSDEChartDataGrid" : { "getPSDEChartDataGrid" : {
"index" : 0, "index" : 0,
"id" : "0" "id" : "0"
......
...@@ -212,6 +212,11 @@ ...@@ -212,6 +212,11 @@
"type" : "numeric", "type" : "numeric",
"id" : "0" "id" : "0"
} ], } ],
"getPSControlAttributes" : [ {
"attrName" : "name",
"attrValue" : "console.log('注入属性')",
"name" : "logic10"
} ],
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
"actionName" : "Get", "actionName" : "Get",
...@@ -326,6 +331,11 @@ ...@@ -326,6 +331,11 @@
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "CHART" "id" : "CHART"
}, },
"getPSControlRenders" : [ {
"layoutPanelModel" : "console.log('绘制器')",
"name" : "logic11",
"renderType" : "LAYOUTPANEL_MODEL"
} ],
"getPSDEChartDataGrid" : { "getPSDEChartDataGrid" : {
"index" : 0, "index" : 0,
"id" : "0" "id" : "0"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册