From 171a9e4ea15565cbacd456c498ea708a92ad4900 Mon Sep 17 00:00:00 2001 From: yyhouc <792163605@qq.com> Date: Tue, 16 May 2023 17:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BC=98=E5=8C=96=20otherdat?= =?UTF-8?q?a=20pub=E5=90=8E=E5=88=B7=E6=96=B0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataService/multimediaData/component/uploadData.vue | 2 +- src/views/dataService/otherData/index.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/dataService/multimediaData/component/uploadData.vue b/src/views/dataService/multimediaData/component/uploadData.vue index 925145d..797e1fb 100644 --- a/src/views/dataService/multimediaData/component/uploadData.vue +++ b/src/views/dataService/multimediaData/component/uploadData.vue @@ -2,7 +2,7 @@ - + diff --git a/src/views/dataService/otherData/index.vue b/src/views/dataService/otherData/index.vue index 29d2e7d..f12070a 100644 --- a/src/views/dataService/otherData/index.vue +++ b/src/views/dataService/otherData/index.vue @@ -262,6 +262,7 @@ const pub = (row) => { } updateEntityData(daNew) ElMessage.success('success'); + getTableData() }) };