From 09bc0a81c166562bc4523f3a3d3fc86203f64b1e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 02 十一月 2023 14:50:52 +0800
Subject: [PATCH] 1.生产管理、报表管理 新增销售单号查询

---
 src/utils/request.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/utils/request.js b/src/utils/request.js
index 3bcab4c..30c1f37 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -69,6 +69,10 @@
         removeCookie('code')
         removeCookie('guid')
 
+        removeCookie('stu_torgcode')
+        removeCookie('stu_torgname')
+        removeCookie('description')
+
         if (getCookie('cloud')) {
           removeCookie('cloud')
           setTimeout(() => {

--
Gitblit v1.9.3