|
@@ -311,7 +311,7 @@ const batchApprovalTaskClick = (rows) => {
|
|
|
let types = arrToKey(rows, 'type', ',').split(',')
|
|
|
let newTypes = Array.from(new Set(types))
|
|
|
if (newTypes.length > 1) {
|
|
|
- window.$meaasge.warning('不同任务类型不能一起批量审批')
|
|
|
+ window.$message.warning('不同任务类型不能一起批量审批')
|
|
|
} else {
|
|
|
taskReviewType.value = '2'
|
|
|
showTaskReviewModal.value = true
|