NEZ-2494 feat: 处理chart rules 优化未生效的问题
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div v-clickoutside="{obj: editChart, func:clickOutside}" :class="boxClass" class="right-box right-box-chart">
|
||||
<div v-clickoutside:[isStable]="{obj: editChart, func:clickOutside}" :class="boxClass" class="right-box right-box-chart">
|
||||
<transition v-if="from !== 'chartTemp'" name="right-box">
|
||||
<!-- <panel-box v-if="!showPanel.type" ref="panelBox2" :panel="panel" @reload="panelReload"></panel-box>-->
|
||||
</transition>
|
||||
@@ -607,6 +607,10 @@ export default {
|
||||
}
|
||||
}
|
||||
this.editChart = obj
|
||||
if (this.stableTime) {
|
||||
clearTimeout(this.stableTime)
|
||||
this.stableTime = null
|
||||
}
|
||||
}
|
||||
},
|
||||
'editChart.type': {
|
||||
|
||||
Reference in New Issue
Block a user