From 52b8cf4516b2c8e11ffe4ca3cad365822bfebe35 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 18 Sep 2021 09:19:27 +0800
Subject: [PATCH] 实时营业执照

---
 src/views/securityCompany/computents/staff.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/securityCompany/computents/staff.vue b/src/views/securityCompany/computents/staff.vue
index 41da349..ba958c9 100644
--- a/src/views/securityCompany/computents/staff.vue
+++ b/src/views/securityCompany/computents/staff.vue
@@ -274,7 +274,7 @@
 
         this.staffPage.total = data.total;
         this.staffData = data.records;
-        console.log(this.staffData, "staffData");
+        // console.log(this.staffData, "staffData");
         this.staffLoading = false;
         this.$refs.staffCrud.refreshTable();
         this.$refs.staffCrud.doLayout();

--
Gitblit v1.9.3