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)