wenbobowen 4 years ago
parent
commit
6d6ad55c27
1 changed files with 2 additions and 0 deletions
  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) {