接口变更 标准详情 拆分导出
This commit is contained in:
@@ -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('暂无可导出的数据')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user