wenbobowen 4 年之前
父节点
当前提交
6d6ad55c27
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/projectManage/onlineproblem/component/header/index.vue

+ 2 - 0
src/views/projectManage/onlineproblem/component/header/index.vue

@@ -70,6 +70,8 @@ export default {
       this.nowTab = e
       if (this.nowTab === 'charts') {
         this.$emit('chartSearch')
+      } else {
+        this.search()
       }
     },
     changeShowMore(e) {