Explorar o código

日志填报先不调校验接口

duy hai 1 ano
pai
achega
c12a1ea7fd
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      src/global/components/hc-report-modal/index.vue

+ 5 - 1
src/global/components/hc-report-modal/index.vue

@@ -233,7 +233,11 @@ const processDefaultData = [{ id: 0, fixedFlowName: '自定义流程', disabled:
 const getProcessDatasApi = () => {
     if (isShow.value) {
         const type = isTypes.value
-        if (type === 'first' || type === 'log' || type === 'wbs') {
+        // if (type === 'first' || type === 'log' || type === 'wbs') {
+        //     queryFixedFlowApi(type, typeDatas.value)
+        // } 
+        //日志填报先不调这个接口
+        if (type === 'first' || type === 'wbs') {
             queryFixedFlowApi(type, typeDatas.value)
         } else if (type === 'query') {
             getProcessData(type, typeDatas.value)