From b23188df0c4343d51cbc777121d4a138c5a5a1f4 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 08 十一月 2023 09:49:29 +0800
Subject: [PATCH] 增加显示用户名及退出优化
---
src/views/productManage/product/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue
index 2eed6ad..c5855a4 100644
--- a/src/views/productManage/product/index.vue
+++ b/src/views/productManage/product/index.vue
@@ -125,7 +125,6 @@
this.pagerOptions.currPage = 1
this.searchTaskMap = query.id ? [{ categoryId: this.categoryId, title: query.categoryName }] : []
}
-
this.getData()
},
methods: {
--
Gitblit v1.8.0