From 4aaf86e90a70d6af6460966f0461a6353e955b3a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 26 Oct 2021 09:16:44 +0800
Subject: [PATCH] +取消控制台打印

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

diff --git a/src/views/licenseApproval/securityPermit.vue b/src/views/licenseApproval/securityPermit.vue
index 120f236..be04a85 100644
--- a/src/views/licenseApproval/securityPermit.vue
+++ b/src/views/licenseApproval/securityPermit.vue
@@ -293,7 +293,7 @@
     },
 
     handleCredentials(row) {
-      console.log(row, "21354");
+      // console.log(row, "21354");
       this.$router.push({
         path: "/attachOnce/index",
         // redirect: { name: "foo" },
@@ -343,7 +343,7 @@
       this.xukezData.type = "0";
       this.dialogVisiblecc = false;
       this.xukezData["approve"] = this.textareaShenpi;
-      console.log(this.xukezData);
+      // console.log(this.xukezData);
       update(this.xukezData);
       this.textareaShenpi = "";
     },
@@ -366,7 +366,7 @@
       this.licenceData.chiden["注册资本"] = row.registeredcapital;
       this.licenceData.chiden["批准文号"] = row.registrationnumber;
 
-      console.log(this.licenceData);
+      // console.log(this.licenceData);
       this.dialogVisible = true;
     },
     closePrint() {

--
Gitblit v1.9.3