From e3c6d5dd09cff3c8c9e6f94884c14879b571a6b1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 03 Dec 2021 11:39:36 +0800
Subject: [PATCH] +

---
 src/views/securityMan/index.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/securityMan/index.vue b/src/views/securityMan/index.vue
index d0ceff0..5398a89 100644
--- a/src/views/securityMan/index.vue
+++ b/src/views/securityMan/index.vue
@@ -103,7 +103,7 @@
   getPerformanceInfo,
   add,
   update,
-  page,
+  trackRecordpage,
   remove,
   getER,
 } from "@/api/performance/performance";
@@ -239,6 +239,7 @@
     },
     handleChangeTABS(column) {
       this.typeTABS = column;
+      console.log(column.prop);
       if (column.prop == "tab1") {
         this.loading1 = false;
       } else if (column.prop == "tab2") {
@@ -247,6 +248,7 @@
         this.loading1 = false;
       } else if (column.prop == "tab3") {
         //查询当前保安员的现实表现记录
+        console.log(1999999);
         this.getPerformancePageInfo();
         this.loading2 = false;
       } else if (column.prop == "tab4") {
@@ -275,11 +277,12 @@
       var param = {
         securityid: this.id,
       };
-      page(this.current, this.size, param).then((res2) => {
+      console.log(1999999);
+      trackRecordpage(this.current, this.size, param).then((res2) => {
         const data = res2.data.data;
         this.page2.total = data.total;
         this.data2 = data.records;
-        console.log(this.data2, 1);
+        console.log(this.data2, 1999999);
         this.loading2 = false;
       });
     },

--
Gitblit v1.9.3