Merge remote-tracking branch 'origin/dev_20230216' into dev_20230216
This commit is contained in:
@@ -3581,10 +3581,10 @@ export default {
|
|||||||
init.push(item.id)
|
init.push(item.id)
|
||||||
return init
|
return init
|
||||||
},[])
|
},[])
|
||||||
window.open('/api/lawss/sarStandItems/exportStandardItemExcel?idList=' + ids.join(','))
|
window.open('/api/lawss/sarFileSplitItems/exportStandardItemExcel?idList=' + ids.join(','))
|
||||||
this.$message.success('导出成功')
|
this.$message.success('导出成功')
|
||||||
} else if (this.standItemList.length > 0) {
|
} 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 {
|
} else {
|
||||||
this.$message.warning('暂无可导出的数据')
|
this.$message.warning('暂无可导出的数据')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user