Ver código fonte

Merge branch 'xqx' of yinet2020/YinetOASystemWeb into master

许乾星 4 anos atrás
pai
commit
d730d1aba6
1 arquivos alterados com 2 adições e 2 exclusões
  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()
       },