From 33bd4dd1f0e41131cd8e5bbf87204a1f0b72bb08 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期六, 11 四月 2026 07:45:59 +0800
Subject: [PATCH] #页面优化
---
rsf-design/src/views/basic-info/task-path-template-node/index.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/rsf-design/src/views/basic-info/task-path-template-node/index.vue b/rsf-design/src/views/basic-info/task-path-template-node/index.vue
index be5aefa..7bd171a 100644
--- a/rsf-design/src/views/basic-info/task-path-template-node/index.vue
+++ b/rsf-design/src/views/basic-info/task-path-template-node/index.vue
@@ -53,7 +53,7 @@
</template>
<script setup>
- import { computed, onMounted, ref } from 'vue'
+ import { computed, ref } from 'vue'
import { ElMessage } from 'element-plus'
import { useAuth } from '@/hooks/core/useAuth'
import { useTable } from '@/hooks/core/useTable'
@@ -356,7 +356,4 @@
resetSearchParams()
}
- onMounted(() => {
- getData()
- })
</script>
--
Gitblit v1.9.1