forked from github/dataease
commit
6725e57330
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<el-dropdown trigger="click">
|
||||
<el-dropdown
|
||||
trigger="click">
|
||||
<input
|
||||
id="input"
|
||||
ref="trackButton"
|
||||
@ -64,6 +65,15 @@ export default {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
::v-deep.el-popper[x-placement^=bottom] .popper__arrow {
|
||||
transform: rotate(180deg) !important;
|
||||
top: 75px !important;
|
||||
}
|
||||
|
||||
::v-deep.el-popper[x-placement^=bottom] {
|
||||
margin-top: -80px !important;
|
||||
}
|
||||
|
||||
.track-menu {
|
||||
border: #3a8ee6 1px solid;
|
||||
}
|
||||
|
@ -710,7 +710,7 @@ export default {
|
||||
clearPanelLinkage(param) {
|
||||
if (param.viewId === 'all' || param.viewId === this.element.propValue.viewId) {
|
||||
try {
|
||||
this.$refs[this.element.propValue.id].reDrawView()
|
||||
this.$refs[this.element.propValue.id]?.reDrawView()
|
||||
} catch (e) {
|
||||
console.error('reDrawView-error:', this.element.propValue.id)
|
||||
}
|
||||
|
@ -755,7 +755,7 @@ export default {
|
||||
type = 'NUM'
|
||||
}
|
||||
datasetParams(tableId, type).then(res => {
|
||||
this.datasetParams = res.data
|
||||
this.datasetParams = res.data || []
|
||||
})
|
||||
},
|
||||
comLoadField(tableId) {
|
||||
|
Loading…
Reference in New Issue
Block a user