无
This commit is contained in:
parent
fb8bcdda16
commit
423ee48c85
|
|
@ -293,13 +293,11 @@ const handleSwitchChartTab = (tabName) => {
|
||||||
const handlePostDialog = (post) => {
|
const handlePostDialog = (post) => {
|
||||||
postDialog.value = true
|
postDialog.value = true
|
||||||
currentPostPost.value = post
|
currentPostPost.value = post
|
||||||
console.log(post)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleGotTopicDialog = (topic) => {
|
const handleGotTopicDialog = (topic) => {
|
||||||
topicDialog.value = true
|
topicDialog.value = true
|
||||||
currentTopic.value = topic
|
currentTopic.value = topic
|
||||||
console.log(topic)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let hotChartInstance = null
|
let hotChartInstance = null
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user