Procházet zdrojové kódy

Merge branch 'xqx' of yinet2020/YinetOASystemWeb into master

许乾星 před 4 roky
rodič
revize
d730d1aba6
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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()
       },