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

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 da87bda0
...@@ -2353,7 +2353,7 @@ export default class UIPART_0011Base extends Vue implements ControlInterface { ...@@ -2353,7 +2353,7 @@ export default class UIPART_0011Base extends Vue implements ControlInterface {
this.data['formitem1'] = '111'; this.data['formitem1'] = '111';
} }
if (this.data.hasOwnProperty('formitem2')) { if (this.data.hasOwnProperty('formitem2')) {
this.data['formitem2'] = '123'; this.data['formitem2'] = '111';
} }
if (this.data.hasOwnProperty('formitem3')) { if (this.data.hasOwnProperty('formitem3')) {
this.data['formitem3'] = '显示'; this.data['formitem3'] = '显示';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册