fix: bug修复、地图色阶初版
This commit is contained in:
@@ -125,12 +125,20 @@ export default {
|
||||
},
|
||||
entityName () {
|
||||
return this.$store.getters.entityName
|
||||
},
|
||||
storeFrom () {
|
||||
return this.$store.getters.from
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
from (n) {
|
||||
this.$store.commit('entityTypeChange', n)
|
||||
},
|
||||
storeFrom (n) {
|
||||
if (this.from !== n) {
|
||||
this.from = n
|
||||
}
|
||||
},
|
||||
entityName (n) {
|
||||
const breadcrumb = this.breadcrumbMap.find(b => b.path === '/entityExplorer')
|
||||
breadcrumb.childName = n
|
||||
|
||||
Reference in New Issue
Block a user