Browse Source

演练跟踪名称重置问题

jiawuxian 1 year ago
parent
commit
2b676435ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/core/drill/task/index.vue

+ 1 - 0
src/views/core/drill/task/index.vue

@@ -407,6 +407,7 @@ export default {
       this.handleQuery();
     },
     clearQueryForm() {
+      this.queryParams.title=null;
       this.queryParams.type = null;
       this.queryParams.status = null;
       this.queryParams.range = [];