审批重构
This commit is contained in:
@ -158,7 +158,7 @@ const handleSelectionChange = (selection: SpecialSchemeVO[]) => {
|
||||
const handleAdd = () => {
|
||||
proxy.$tab.closePage(proxy.$route);
|
||||
proxy.$router.push({
|
||||
path: `/design-management/specialScheme/indexEdit`,
|
||||
path: `/approval/specialScheme/indexEdit`,
|
||||
query: {
|
||||
type: 'add'
|
||||
}
|
||||
@ -169,7 +169,7 @@ const handleAdd = () => {
|
||||
const handleUpdate = async (row?: SpecialSchemeVO) => {
|
||||
proxy.$tab.closePage(proxy.$route);
|
||||
proxy.$router.push({
|
||||
path: `/design-management/specialScheme/indexEdit`,
|
||||
path: `/approval/specialScheme/indexEdit`,
|
||||
query: {
|
||||
id: row.id,
|
||||
type: 'update'
|
||||
@ -192,7 +192,7 @@ const handleView = (row) => {
|
||||
const handleViewInfo = (row) => {
|
||||
proxy.$tab.closePage(proxy.$route);
|
||||
proxy.$router.push({
|
||||
path: `/design-management/specialScheme/indexEdit`,
|
||||
path: `/approval/specialScheme/indexEdit`,
|
||||
query: {
|
||||
id: row.id,
|
||||
type: 'view'
|
||||
|
||||
Reference in New Issue
Block a user