From b0232a13beedbafe3e9a02b0006718655f632826 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 07 五月 2024 18:30:46 +0800
Subject: [PATCH] 车间管理模块 修改操作的时候数据未刷新的问题修改
---
package.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index 5121350..6c8db69 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
"downloadjs": "^1.4.7",
"element-ui": "^2.15.13",
"faker": "^5.5.3",
+ "js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"vue": "^2.6.14",
"vue-router": "^3.5.1",
@@ -37,4 +38,4 @@
"gitHooks": {
"pre-commit": "lint-staged"
}
-}
\ No newline at end of file
+}
--
Gitblit v1.8.0