From c251626c67a55dfa8305fd49a47a0a2aa00fc32f Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: 星期四, 24 三月 2022 16:15:02 +0800
Subject: [PATCH] 隐患管理:v1

---
 src/store/modules/user.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/user.js b/src/store/modules/user.js
index 55f6f2f..80b9a36 100644
--- a/src/store/modules/user.js
+++ b/src/store/modules/user.js
@@ -19,7 +19,8 @@
     roles: [],
     setting: {
       articlePlatform: []
-    }
+    },
+      classifyOne:'',
   },
 
   mutations: {
@@ -62,9 +63,15 @@
     SET_PRINT: (state, printBar) => {
       state.printBar = printBar
     },
+      SET_ONE : (state , name) =>{
+          state.classifyOne = name
+      }
   },
 
   actions: {
+      getClassifyOne({ commit }, listQuery){
+          commit('SET_ONE', listQuery)
+      },
     // 用户名登录
     LoginByUsername({ commit }, userInfo) {
       const username = userInfo.username.trim()

--
Gitblit v1.9.2