Explorar o código

演练跟踪名称重置问题

jiawuxian hai 1 ano
pai
achega
2b676435ce
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 = [];