From 1eb45372e0416f0cc34cb456d68e1fe50f84900d Mon Sep 17 00:00:00 2001 From: RogerWork Date: Mon, 16 Jun 2025 18:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9B=B4=E6=96=B0=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/index.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/product/index.vue b/src/views/product/index.vue index 51719a8..301ef0e 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -203,6 +203,7 @@ onMounted( async () => { await get_project_data(); await get_table_data(currentPage.value, pageSize.value, fromData.project); + save_local_storage() } ) @@ -251,6 +252,8 @@ onBeforeRouteLeave( scope.row.prd_doc_link.length > 30 ? scope.row.prd_doc_link.slice(0, 30) + '...' : scope.row.prd_doc_link }} + 有更新 @@ -268,10 +271,6 @@ onBeforeRouteLeave( -