审批重构

This commit is contained in:
Teo
2025-08-18 19:59:57 +08:00
parent 174ef50f6f
commit 806ed029cf
27 changed files with 142 additions and 88 deletions

View File

@ -263,7 +263,7 @@ const reset = () => {
function handleUpdate(row) {
proxy.$tab.closePage(proxy.$route);
proxy.$router.push({
path: `/design-management/drawingreview/indexEdit`,
path: `/approval/drawingreview/indexEdit`,
query: {
id: row.id,
type: 'update'
@ -273,7 +273,7 @@ function handleUpdate(row) {
function handleViewInfo(row) {
proxy.$tab.closePage(proxy.$route);
proxy.$router.push({
path: `/design-management/drawingreview/indexEdit`,
path: `/approval/drawingreview/indexEdit`,
query: {
id: row.id,
type: 'view'