提交 54c0ec09 编写于 作者: B break60

fix

上级 b912c98b
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<div slot="text">{{$t('SQL Type')}}</div> <div slot="text">{{$t('SQL Type')}}</div>
<div slot="content"> <div slot="content">
<div style="display: inline-block;"> <div style="display: inline-block;">
<m-sql-type :sql-type="sqlType"></m-sql-type> <m-sql-type @on-sqlType="_onSqlType" :sql-type="sqlType"></m-sql-type>
</div> </div>
</div> </div>
</m-list-box> </m-list-box>
...@@ -190,6 +190,12 @@ ...@@ -190,6 +190,12 @@
getSriptBoxValue (val) { getSriptBoxValue (val) {
editor.setValue(val) editor.setValue(val)
}, },
/**
* return sqlType
*/
_onSqlType (a) {
this.sqlType = a
},
/** /**
* return udfs * return udfs
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册