Explorar el Código

Merge branch 'http_test' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_test

wangziqian hace 5 años
padre
commit
f084cb762a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/views/workbench/bugTableList.vue

+ 3 - 0
src/views/workbench/bugTableList.vue

@@ -137,6 +137,9 @@ export default {
     },
     bugGetTableList(name, value) {
       const teamSearchInfo = value || { teamId: this.teamId, bizId: this.bizId }
+      if (value) {
+        this.curIndex = 1
+      }
       const pageInfoDO = {}
       pageInfoDO.pageSize = this.pageSize
       pageInfoDO.curIndex = this.curIndex