From 194db7300a3e50d7bd0bb61f8ff6d34d22b72f55 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 17 Jan 2026 16:37:00 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 applications/task-work-order/src/store/modules/user.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/task-work-order/src/store/modules/user.js b/applications/task-work-order/src/store/modules/user.js
index 181b52d..a111e36 100644
--- a/applications/task-work-order/src/store/modules/user.js
+++ b/applications/task-work-order/src/store/modules/user.js
@@ -280,7 +280,7 @@
         })
       }
       return new Promise(resolve => {
-        getRoutes({tenantId,sysType: 1}).then(res => {
+        getRoutes({tenantId,sysType: 6}).then(res => {
           const data = res.data.data;
           let menu = deepClone(data);
           if (!res.data?.data?.length){
@@ -299,7 +299,7 @@
     },
     GetButtons({ commit }) {
       return new Promise(resolve => {
-        getButtons({sysType: 1}).then(res => {
+        getButtons({sysType: 6}).then(res => {
           const data = res.data.data;
           commit('SET_PERMISSION', data);
           resolve();

--
Gitblit v1.9.3