Browse Source

自由布局去除推送

cldu 1 month ago
parent
commit
7c99a7fb5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/report/List.vue

+ 1 - 1
src/views/report/List.vue

@@ -178,7 +178,7 @@ async function handleReportPublish(item){
     activeReportData.value=item
     activeReportData.value=item
 
 
     //如果走审批流 直接发布
     //如果走审批流 直接发布
-    if(isApprove.value){
+    if(isApprove.value || item.ReportLayout == 3){ //自由布局暂时取消推送
         confirmPublish(item)
         confirmPublish(item)
         return
         return
     }
     }