From c77637aa6781f3275839674cb4fa2d4b72b8827c Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期一, 15 七月 2024 19:34:55 +0800 Subject: [PATCH] fix:修复纤度登记表,检验表,产量等级表部分的bug修复 --- 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