From 6f954f70f54e492157b97db314eaaaeb12192580 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 29 Sep 2022 09:12:04 +0800
Subject: [PATCH] 'lct'
---
src/components/Tab/index.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/components/Tab/index.vue b/src/components/Tab/index.vue
index 42ab835..4cb23aa 100644
--- a/src/components/Tab/index.vue
+++ b/src/components/Tab/index.vue
@@ -20,7 +20,7 @@
<label-panel />
</el-tab-pane> -->
<el-tab-pane label="四色图" name="plot">
- <plot-panel :type='type' :colorMapList='colorMapList'/>
+ <plot-panel :type='type' :colorMapList='colorMapList' @getList="getList"/>
</el-tab-pane>
<el-tab-pane label="图标" name="marker">
<marker-panel />
@@ -72,6 +72,9 @@
};
},
methods : {
+ getList(){
+ this.$emit('getList')
+ }
}
};
</script>
--
Gitblit v1.9.2