解决路由bug

This commit is contained in:
Teo
2025-07-14 16:10:03 +08:00
parent 748464b44a
commit d03efb8d6f
10 changed files with 62 additions and 66 deletions

View File

@ -475,7 +475,7 @@ onUnmounted(() => {
const handleApproval = (row) => {
proxy.$tab.closePage(proxy.$route);
proxy.$router.push({
path: `/technicalStandard/indexEdit`,
path: `/design-management/technicalStandard/indexEdit`,
query: {
id: row.id,
type: 'update'
@ -485,7 +485,7 @@ const handleApproval = (row) => {
const handleViewApproval = (row) => {
proxy.$tab.closePage(proxy.$route);
proxy.$router.push({
path: `/technicalStandard/indexEdit`,
path: `/design-management/technicalStandard/indexEdit`,
query: {
id: row.id,
type: 'view'
@ -585,7 +585,7 @@ const handleViewApproval = (row) => {
}
}
.list_right {
width:79.5%;
width: 79.5%;
background: white;
border: 1px solid #ededed;
padding: 10px;