From f13d1d01c3c3cbb075e63ae02be54bbb023c13d0 Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期三, 24 七月 2024 16:50:22 +0800
Subject: [PATCH] feat:薪资薪酬核算模块

---
 src/views/systemSetting/dataDictionary/components/silkTableList.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/systemSetting/dataDictionary/components/silkTableList.vue b/src/views/systemSetting/dataDictionary/components/silkTableList.vue
index b75b518..5d3e076 100644
--- a/src/views/systemSetting/dataDictionary/components/silkTableList.vue
+++ b/src/views/systemSetting/dataDictionary/components/silkTableList.vue
@@ -327,7 +327,9 @@
   //瑙e喅琛ㄦ牸鎶栧姩闂
   beforeUpdate() {
     this.$nextTick(() => {
-      this.$refs["fromTable"].doLayout()
+        if(this.$refs["fromTable"]){
+            this.$refs["fromTable"].doLayout()
+        }
     })
   },
 }

--
Gitblit v1.8.0