From 93b31912192371abd8fada35c45b9935784e5a7c Mon Sep 17 00:00:00 2001 From: gaojiabao Date: Mon, 17 Apr 2023 10:48:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=8F=98=E6=9B=B4=20?= =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=20=E6=8B=86=E5=88=86?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 5a88ecd24..9905aa133 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -3581,10 +3581,10 @@ export default { init.push(item.id) return init },[]) - window.open('/api/lawss/sarStandItems/exportStandardItemExcel?idList=' + ids.join(',')) + window.open('/api/lawss/sarFileSplitItems/exportStandardItemExcel?idList=' + ids.join(',')) this.$message.success('导出成功') } else if (this.standItemList.length > 0) { - window.open('/api/lawss/sarStandItems/exportStandardItemExcel?standId=' + this.$route.params.id + '&fileType=' + this.fileType) + window.open('/api/lawss/sarFileSplitItems/exportStandardItemExcel?standId=' + this.$route.params.id + '&fileType=' + this.fileType) } else { this.$message.warning('暂无可导出的数据') }