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('暂无可导出的数据') }