PrinceLee %!s(int64=5) %!d(string=hai) anos
pai
achega
97929e6572
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/views/projectManage/bugList/bugindex.vue

+ 3 - 3
src/views/projectManage/bugList/bugindex.vue

@@ -30,7 +30,7 @@
                   filterable
                   placeholder="请输入标题或ID"
                   @input="changeSelect()"
-                  @change="getBugList()"
+                  @change="curIndex = 1;getBugList()"
                 />
               </div>
               <div class="Layout marginLeft">
@@ -42,7 +42,7 @@
                   clearable
                   filterable
                   placeholder="请选择"
-                  @change="getBugList()"
+                  @change="curIndex = 1;getBugList()"
                 >
                   <el-option
                     v-for="item in bugEnumList"
@@ -61,7 +61,7 @@
                   clearable
                   filterable
                   placeholder="请选择"
-                  @change="getBugList()"
+                  @change="curIndex = 1;getBugList()"
                 >
                   <el-option
                     v-for="item in priorityLevelEnumList"