fix:notebook详情模式 切换数据 取消编辑状态
This commit is contained in:
@@ -630,6 +630,7 @@ export default {
|
||||
}
|
||||
bus.$off('addNotebook', this.addNotebook)
|
||||
bus.$off('copyChartText', this.copyChartText)
|
||||
this.$store.commit('setNotebookEdit', false)
|
||||
},
|
||||
watch: {
|
||||
obj: {
|
||||
|
||||
@@ -87,6 +87,10 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
detailViewRightShow (item) {
|
||||
this.$store.commit('setNotebookEdit', false)
|
||||
this.$emit('detailViewRightShow', item)
|
||||
},
|
||||
// label 鼠标划入
|
||||
labelHover (item, type, loading, e) {
|
||||
if (e) {
|
||||
|
||||
Reference in New Issue
Block a user