联动地图完成
This commit is contained in:
@@ -102,7 +102,7 @@ export default {
|
||||
methods: {
|
||||
changeData(sdata) {
|
||||
this.source.dataType == 'staticData' ? this.source.staticData = sdata :
|
||||
new DvCompData(this.source.dataType, this.source, this.instance).getData().then(data => {
|
||||
new DvCompData(this.source, this.instance).getData().then(data => {
|
||||
this.source[this.source.dataType] = data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user