Merge remote-tracking branch 'origin/dev_20230216' into dev_20230216

This commit is contained in:
zyn
2023-04-17 16:09:36 +08:00
@@ -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('暂无可导出的数据')
}