Browse Source

演练跟踪名称重置问题

jiawuxian 1 năm trước cách đây
mục cha
commit
2b676435ce
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 = [];