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"