mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改监听的内容设置
This commit is contained in:
@@ -54,6 +54,9 @@ const previewHandle = () => {
|
||||
routerTurnByPath(path, [previewId], undefined, true)
|
||||
}
|
||||
|
||||
// 导入
|
||||
const importHandle = () => {}
|
||||
|
||||
// 导出
|
||||
const exportHandle = () => {
|
||||
// 导出数据
|
||||
@@ -115,6 +118,7 @@ const btnList = shallowReactive([
|
||||
event: sendHandle
|
||||
}
|
||||
])
|
||||
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.align-center {
|
||||
|
||||
Reference in New Issue
Block a user