瀏覽代碼

Merge branch 'xqx' of yinet2020/YinetOASystemWeb into master

许乾星 4 年之前
父節點
當前提交
d730d1aba6
共有 1 個文件被更改,包括 2 次插入2 次删除
  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()
       },