From 8c320bae338a62201d89a070702e88b2a3911447 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 27 Nov 2024 16:20:58 +0800
Subject: [PATCH] 1.表格无数据中文提示处理 2.控制台警告处理 3.企业详情应急空间报错处理 4.console信息删除

---
 src/views/companyInfo/components/rightContainer.vue |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/views/companyInfo/components/rightContainer.vue b/src/views/companyInfo/components/rightContainer.vue
index 6a618d2..d8f25ee 100644
--- a/src/views/companyInfo/components/rightContainer.vue
+++ b/src/views/companyInfo/components/rightContainer.vue
@@ -23,14 +23,7 @@
 })
 
 onMounted(() => {
-  // console.log("*************************", state.buttonIndex)
 })
-
-// watch(() => state.buttonIndex, (newValue, oldValue) => {
-//   console.log("**************111***********", newValue)
-// })
-
-
 </script>
 
 <template>

--
Gitblit v1.9.3