From 5c404286280f462f195396d91c313f64bf9ded12 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期六, 05 七月 2025 17:12:05 +0800 Subject: [PATCH] 1、新增保养规范流程审批 2、新增保养项明细中保养项分类以及部位列随保养分类动态展示功能 --- src/store/modules/Departs.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/store/modules/Departs.js b/src/store/modules/Departs.js index d485eb9..2189cd2 100644 --- a/src/store/modules/Departs.js +++ b/src/store/modules/Departs.js @@ -2,9 +2,9 @@ import { queryTreeListByDepart } from "@/api/Tree" import { SYS_DEPART } from "@/store/mutation-types" import { getAction } from '@/api/manage' - -const Depart = { +const Departs = { state: { + token: '', //閮ㄩ棬鏍� DepartTree:[] @@ -43,4 +43,4 @@ } } -export default Depart \ No newline at end of file +export default Departs \ No newline at end of file -- Gitblit v1.9.3