From 2812a2504ec3d0a98fa7e6204e6048584723adab Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期三, 08 四月 2026 14:08:34 +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