From c0e1efca0b8380a52c11e23fb6bd195e92838b46 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 26 四月 2024 14:13:41 +0800
Subject: [PATCH] fix:修改删除按钮报错问题

---
 src/views/system/calculate/report/index.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/system/calculate/report/index.vue b/src/views/system/calculate/report/index.vue
index 0875752..c0af4db 100644
--- a/src/views/system/calculate/report/index.vue
+++ b/src/views/system/calculate/report/index.vue
@@ -365,6 +365,11 @@
     // 浣跨敤Vue Router杩涜椤甸潰璺宠浆
     this.$router.push('/contract/score/index');
     },
+
+    // 鍒犻櫎鎸夐挳
+    handleDelete() {
+
+    }
   }
 };
 </script>

--
Gitblit v1.8.0