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/punish.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/securityCompany/computents/punish.vue b/src/views/securityCompany/computents/punish.vue
index ba9b52a..dff98e7 100644
--- a/src/views/securityCompany/computents/punish.vue
+++ b/src/views/securityCompany/computents/punish.vue
@@ -123,7 +123,7 @@
this.punishPage.total = data.total;
this.punishData = data.records;
- console.log(this.punishData, "pu");
+ // console.log(this.punishData, "pu");
this.punishLoading = false;
this.$refs.punishCrud.refreshTable();
this.$refs.punishCrud.doLayout();
--
Gitblit v1.9.3