From c02a3ebf5b4338710c4f9ae231d72cf591dfb97f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 02 十二月 2024 11:28:04 +0800
Subject: [PATCH] 1.修改  批量派发 没绑定工艺路线的单子,显示在最前面

---
 src/views/login/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index bb0b14f..4174ba4 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -246,6 +246,7 @@
       removeCookie('userid')
       removeCookie('code')
       removeCookie('stu_torgcode')
+      removeCookie('stu_torgname')
       removeCookie('description')
       this.dialogVisible = false
     },

--
Gitblit v1.9.3