From c799cfcb76b2d8b93067643549528f8ee3a02912 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Mon, 26 May 2025 15:19:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B9=E7=9B=AE=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/viewsnew/application/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/core-frontend/src/viewsnew/application/index.vue b/core/core-frontend/src/viewsnew/application/index.vue index 94c09b8..4190678 100644 --- a/core/core-frontend/src/viewsnew/application/index.vue +++ b/core/core-frontend/src/viewsnew/application/index.vue @@ -42,6 +42,10 @@ function updateClick(row:any){ paramsObj.value = row isAppPopUp.value = true } +function addClick(){ + paramsObj.value = {} + isAppPopUp.value = true +} function routerClick(item,path){ router.push({ path: path,