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

liujun-2024-09-04-九公司人员定位
guoyuepeng 2024-08-09 10:30:53 +08:00
commit 6e92adceaa
1 changed files with 2 additions and 1 deletions

View File

@ -605,7 +605,8 @@ export default {
return item.CORPINFO_ID
}).length === 0
) {
this.$message.error('请选择数据项后导出!')
// ~ modified by xuyifeng
// this.$message.error('!')
}
this.exportExcelHandler(ids, this.head)
},