|
@@ -91,6 +91,9 @@ onMounted(() => {
|
|
if (routePath == "/planprocess") {
|
|
if (routePath == "/planprocess") {
|
|
routePath = "/plan";
|
|
routePath = "/plan";
|
|
}
|
|
}
|
|
|
|
+ if (routePath == "/outsource") {
|
|
|
|
+ routePath = "/quality";
|
|
|
|
+ }
|
|
handleMenuSelect(routePath);
|
|
handleMenuSelect(routePath);
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|