From 1d9f871bd6d29e5b9eaeac739f92fcb74ea76abd Mon Sep 17 00:00:00 2001
From: ZN <zhang_12370@163.com>
Date: 星期五, 20 三月 2026 09:50:33 +0800
Subject: [PATCH] 员工台账列表中加上部门、入职日期、合同结束日期这些字段 销售台账发货后的产品状态
---
src/plugins/cache.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/plugins/cache.js b/src/plugins/cache.js
index e912c9a..4d29dfe 100644
--- a/src/plugins/cache.js
+++ b/src/plugins/cache.js
@@ -29,7 +29,7 @@
return null
},
remove (key) {
- sessionStorage.removeItem(key);
+ sessionStorage.removeItem(key)
}
}
const localCache = {
@@ -63,7 +63,7 @@
return null
},
remove (key) {
- localStorage.removeItem(key);
+ localStorage.removeItem(key)
}
}
--
Gitblit v1.9.3