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

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

上级 a61dad77
...@@ -73,6 +73,9 @@ export default class CodeEditor extends EditorBase { ...@@ -73,6 +73,9 @@ export default class CodeEditor extends EditorBase {
* @memberof TextboxEditor * @memberof TextboxEditor
*/ */
public render(): any { public render(): any {
if(!this.editorIsLoaded) {
return null;
}
return this.$createElement(this.editorComponentName, { return this.$createElement(this.editorComponentName, {
props: { props: {
name: this.editorInstance.name, name: this.editorInstance.name,
......
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
</changeSet> </changeSet>
<!--输出实体[REGINFO]数据结构 --> <!--输出实体[REGINFO]数据结构 -->
<changeSet author="root" id="tab-reginfo-84-8"> <changeSet author="root" id="tab-reginfo-85-8">
<createTable tableName="T_REGINFO"> <createTable tableName="T_REGINFO">
<column name="UPDATEDATE" remarks="" type="DATETIME"> <column name="UPDATEDATE" remarks="" type="DATETIME">
</column> </column>
...@@ -303,7 +303,7 @@ ...@@ -303,7 +303,7 @@
</changeSet> </changeSet>
<!--输出实体[REGINFO]外键关系 --> <!--输出实体[REGINFO]外键关系 -->
<changeSet author="root" id="fk-reginfo-84-12"> <changeSet author="root" id="fk-reginfo-85-12">
<addForeignKeyConstraint baseColumnNames="STUDENTID" baseTableName="T_REGINFO" constraintName="F328B6E61632896255" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="STUDENTID" referencedTableName="T_STUDENT" validate="true"/> <addForeignKeyConstraint baseColumnNames="STUDENTID" baseTableName="T_REGINFO" constraintName="F328B6E61632896255" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="STUDENTID" referencedTableName="T_STUDENT" validate="true"/>
</changeSet> </changeSet>
......
...@@ -407,6 +407,18 @@ ...@@ -407,6 +407,18 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewNavContexts" : [ {
"key" : "ABC",
"name" : "ABC",
"value" : "CONTEXTPARAM2",
"rawValue" : false
} ],
"getPSAppViewNavParams" : [ {
"key" : "qwe",
"name" : "qwe",
"value" : "param1",
"rawValue" : true
} ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "NEWDATA",
"realTitle" : "学员登记抬头", "realTitle" : "学员登记抬头",
......
...@@ -227,6 +227,18 @@ ...@@ -227,6 +227,18 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewNavContexts" : [ {
"key" : "ABC",
"name" : "ABC",
"value" : "CONTEXTPARAM2",
"rawValue" : false
} ],
"getPSAppViewNavParams" : [ {
"key" : "qwe",
"name" : "qwe",
"value" : "param1",
"rawValue" : true
} ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "NEWDATA",
"realTitle" : "学员登记抬头", "realTitle" : "学员登记抬头",
......
...@@ -1393,6 +1393,18 @@ ...@@ -1393,6 +1393,18 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewNavContexts" : [ {
"key" : "ABC",
"name" : "ABC",
"value" : "CONTEXTPARAM2",
"rawValue" : false
} ],
"getPSAppViewNavParams" : [ {
"key" : "qwe",
"name" : "qwe",
"value" : "param1",
"rawValue" : true
} ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "NEWDATA",
"realTitle" : "学员登记抬头", "realTitle" : "学员登记抬头",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册