forked from github/dataease
Merge pull request #4486 from dataease/pr@dev_memory_component
Pr@dev memory component
This commit is contained in:
commit
dfa73300e0
@ -67,6 +67,7 @@
|
||||
@editeTodisable="editDatasource"
|
||||
:canEdit="canEdit"
|
||||
ref="DsFormContent"
|
||||
@refresh-type="refreshType"
|
||||
:config-from-tabs="configFromTabs"
|
||||
/>
|
||||
</div>
|
||||
@ -101,6 +102,9 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
refreshType(form) {
|
||||
this.$emit('refresh-type', form)
|
||||
},
|
||||
editDatasource(type = false) {
|
||||
this.$refs.DsFormContent.editDatasource(type)
|
||||
this.canEdit = type
|
||||
|
Loading…
Reference in New Issue
Block a user