shj
2022-09-20 7df64634d3d7b292713eebfa008c40b3f5f9f65f
src/views/goalManagement/processForms/processForms.vue
@@ -12,16 +12,16 @@
      @select="handleSelect"
   >
      <el-menu-item index="1">表单信息</el-menu-item>
      <el-menu-item index="2">流程图</el-menu-item>
      <!-- <el-menu-item index="2">流程图</el-menu-item> -->
   </el-menu>
   <div v-if="activeIndex == 1" class="navType">
      <formInformationTop v-if="false"></formInformationTop>
      <formInformationTops></formInformationTops>
   </div>
   <div v-if="activeIndex == 2" class="navType" style="padding:20px 20px 0 20px">
   <!-- <div v-if="activeIndex == 2" class="navType" style="padding:20px 20px 0 20px">
      <div class="title2">流程图</div>
      <div style="width:100%;height:400px"></div>
   </div>
   </div> -->
   </div>
   <lowerPlate></lowerPlate>
   <div class="btns">
@@ -56,7 +56,7 @@
   
      const router=useRouter()
      const Type=onMounted(()=>{
         // console.log("xxxxxxx",router)
         console.log("xxxxxxx",router)
      })
      
      return {