From 182aeb6452ac95348047304d419c2b399a4c91fc Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 09 Nov 2021 17:03:34 +0800
Subject: [PATCH] 保安员导入接口更换

---
 src/views/dispatch/dispatchChildoperable.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/dispatch/dispatchChildoperable.vue b/src/views/dispatch/dispatchChildoperable.vue
index f0bad49..8e368a6 100644
--- a/src/views/dispatch/dispatchChildoperable.vue
+++ b/src/views/dispatch/dispatchChildoperable.vue
@@ -386,7 +386,7 @@
       done();
     },
     searchReset1() {
-      this.query = {};
+      this.query1 = {};
       this.onLoad1(this.page1);
     },
     rowUpdate1(row, index, done, loading) {
@@ -506,13 +506,13 @@
           ...params,
           beginTime: releaseTimeRange[0],
           overTime: releaseTimeRange[1],
-          ...this.query,
+          ...this.query1,
         };
         values.releaseTimeRange = null;
       } else {
         values = {
           ...params,
-          ...this.query,
+          ...this.query1,
         };
       }
 

--
Gitblit v1.9.3