From cb31496dcc141a0a06782a0a901bd8b05fb51b3d Mon Sep 17 00:00:00 2001
From: dy <dingyang@lnfxkj.tech>
Date: 星期一, 14 四月 2025 10:29:30 +0800
Subject: [PATCH] 页面权限功能调整

---
 src/views/partPlan/index.vue         |    2 +-
 src/views/ApsPartRouteStat/index.vue |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/ApsPartRouteStat/index.vue b/src/views/ApsPartRouteStat/index.vue
index c6fea67..34636ef 100644
--- a/src/views/ApsPartRouteStat/index.vue
+++ b/src/views/ApsPartRouteStat/index.vue
@@ -68,6 +68,7 @@
 
 /** 鏌ヨ闆朵欢缁熻琛ㄥ垪琛� */
 function getList() {
+  headers.value = []
   loading.value = true;
   query().then(response => {
     if(response.code == '200'){
diff --git a/src/views/partPlan/index.vue b/src/views/partPlan/index.vue
index 9ffbcea..1e60c8a 100644
--- a/src/views/partPlan/index.vue
+++ b/src/views/partPlan/index.vue
@@ -187,7 +187,7 @@
               icon="Check"
               :disabled="planned"
               @click="uploadParse"
-              v-hasPermi="['partPlan:edit']"
+              v-hasPermi="['partPlan:confirmPart']"
             >涓婁紶骞惰В鏋�</el-button>
           </div>
         </el-col>

--
Gitblit v1.9.3