马宇豪
2023-05-05 c819024e241b9f7c54cc3786373ad0d2998f2190
src/components/Tab/index.vue
@@ -4,7 +4,7 @@
 * @LastEditTime: 2021-12-07 18:35:11
 * @LastEditors: Please set LastEditors
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 * @FilePath: \huizhi-sdk\src\components\Tab\index.vue
 * @FilePath: \huizhi-sdk\src\components\Tab\screen.vue
-->
<template>
  <div class="tab">
@@ -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>