【修改】修改权限

This commit is contained in:
zhoulingpo
2023-05-11 11:05:17 +08:00
parent 358bc5e143
commit 2e9736d830
7 changed files with 156 additions and 58 deletions
@@ -125,6 +125,22 @@ export default {
isDraft: 1,
}
});break;
case '2' :
this.$router.push({
path: '/permission/launch',
query: {
id: this.$route.query.id,
isDraft: 1,
}
});break;
case '3' :
this.$router.push({
path: '/permission/launch',
query: {
id: this.$route.query.id,
isDraft: 1,
}
});break;
case '4' :
this.$router.push({
path: '/reportprocess/launch',
@@ -132,7 +148,8 @@ export default {
id: this.$route.query.id,
isDraft: 1
}
})
});break;
}
},
},