From 2e4118671446f076980b3a64949560c5f13e3d04 Mon Sep 17 00:00:00 2001 From: zhangsiyu Date: Mon, 11 Sep 2023 17:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=AF=E8=A7=86=E5=8C=96?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=BC=E5=87=BA=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warehouse/goodsShelf/basicdataGoodsShelfView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue index 0bfa5a0c..b924a791 100644 --- a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue +++ b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue @@ -525,18 +525,18 @@ function initpage() { function handleExportArea() { let id=details.arrlist[details.checkselect]?.id||0 if (id ===0){ - this.$message({ + proxy.$message({ type: "success", message: "无选择仓库!" }); return; } - let downloadUrl = `/blade-BasicdataGoodsAllocation/BasicdataGoodsAllocation/export-visualizationwarehouse?${this.website.tokenHeader}=${getToken()}`; + let downloadUrl = `/blade-BasicdataGoodsAllocation/BasicdataGoodsAllocation/export-visualizationwarehouse?${proxy.website.tokenHeader}=${getToken()}`; console.log("id>>>>>>>>>>>>>>",id); let values = { areaId:id, }; - this.$confirm("是否导出数据?", "提示", { + proxy.$confirm("是否导出数据?", "提示", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning"