zhouwx
2025-01-06 2aac44c550cdb242225a2a18f7238fb41c618779
src/views/safetyReview/userManage/expertUsers/components/projectDialog.vue
@@ -154,7 +154,13 @@
const toProcess = (type,value,toPath) => {
  dialogVisible.value = false;
  value.type = type;
  router.push({ path: '/process', query: {id: value.id, type: type, toPath: toPath}});
  if(value.estimateType == 33){
    router.push({ path: '/processTest', query: {id: value.id, type: type, toPath: toPath}});
  }else{
    router.push({ path: '/process', query: {id: value.id, type: type, toPath: toPath}});
  }
}
const goMenu = (toPath,val) => {
  console.log("val",val)