duy před 1 rokem
rodič
revize
a52dd678c1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/tasks/hc-data.vue

+ 1 - 1
src/views/tasks/hc-data.vue

@@ -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