From bd5b3b07548fcc15748b5a396f076df5c3fd7345 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期一, 06 十一月 2023 11:24:48 +0800 Subject: [PATCH] 退出登录清除cookies --- src/views/reportForm/inventoryReport/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/reportForm/inventoryReport/index.vue b/src/views/reportForm/inventoryReport/index.vue index 8446864..d3b066d 100644 --- a/src/views/reportForm/inventoryReport/index.vue +++ b/src/views/reportForm/inventoryReport/index.vue @@ -331,7 +331,9 @@ this.$router.push({ name:"locationReport", params:{ - keyWord:row.row.productName, + // keyWord:row.row.productName, + wareHouseCode:this.warehouseListName, + productId:row.row.produceId, name:"搴撳瓨鎶ヨ〃" } }) -- Gitblit v1.8.0