Merge pull request #3286 from dataease/dev

merge dev
This commit is contained in:
fit2cloudrd 2022-09-30 18:07:40 +08:00 committed by GitHub
commit c462fad9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
<script>
import { mapState } from 'vuex'
import bus from '@/utils/bus'
import eventBus from '@/components/canvas/utils/eventBus'
export default {
name: 'DeFrame',
props: {
@ -68,6 +69,7 @@ export default {
},
mounted() {
bus.$on('frameLinksChange-' + this.element.id, this.frameLinksChange)
eventBus.$on('startMoveIn',this.frameLinksChange)
},
beforeDestroy() {
bus.$off('frameLinksChange-' + this.element.id, this.frameLinksChange)

View File

@ -1021,7 +1021,6 @@ export default {
simple_cron_value: 1
}
}
this.sql = ''
},
showSQL(val) {
this.sql = val || ''