mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-01 03:37:46 +08:00
fix
This commit is contained in:
parent
b912c98b1b
commit
54c0ec09b0
@ -30,7 +30,7 @@
|
||||
<div slot="text">{{$t('SQL Type')}}</div>
|
||||
<div slot="content">
|
||||
<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>
|
||||
</m-list-box>
|
||||
@ -190,6 +190,12 @@
|
||||
getSriptBoxValue (val) {
|
||||
editor.setValue(val)
|
||||
},
|
||||
/**
|
||||
* return sqlType
|
||||
*/
|
||||
_onSqlType (a) {
|
||||
this.sqlType = a
|
||||
},
|
||||
/**
|
||||
* return udfs
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user