瀏覽代碼

数据大盘缺陷修复

洪海涛 4 年之前
父節點
當前提交
8a89860bb3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/dataBigManage/components/qualityModule/index.vue

+ 1 - 1
src/views/dataBigManage/components/qualityModule/index.vue

@@ -19,7 +19,7 @@
                 :style="{ cursor: item.label === '新增问题' && 'pointer'}"
                 @click.stop="onDetial('线上问题', item)"
               >
-                <dataItem :item="item" />
+                <dataItem :item="item" @subCountListClick="(subCountItem) => onDetial('线上问题', item)" />
               </div>
             </el-row>
           </el-col>