Explorar el Código

Merge branch 'xqx' of yinet2020/YinetOASystemWeb into master

许乾星 hace 4 años
padre
commit
d730d1aba6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/system/actwork/actManager.vue

+ 2 - 2
src/views/system/actwork/actManager.vue

@@ -383,8 +383,8 @@
       },
       /** 搜索按钮操作 */
       handleQuery() {
-        this.queryParams.endtime =this.setime[0]
-        this.queryParams.startime = this.setime[1]
+        this.queryParams.startime =this.setime[0]
+        this.queryParams.endtime = this.setime[1]
         this.queryParams.pageNum = 1
         this.getAllList()
       },