解决路由bug
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user