【修改】增加在流程中不让选
This commit is contained in:
@@ -294,6 +294,10 @@ export default {
|
|||||||
},
|
},
|
||||||
permissionApp(row) {
|
permissionApp(row) {
|
||||||
if(row){
|
if(row){
|
||||||
|
if(row.isAct == 0){
|
||||||
|
this.$message.warning("当前"+row.name+"已经在流程中")
|
||||||
|
return
|
||||||
|
}
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/permission/launch',
|
path: '/permission/launch',
|
||||||
query: {id: 'AEHJB8YNJ3', isBegin: 1,ids:row.id}
|
query: {id: 'AEHJB8YNJ3', isBegin: 1,ids:row.id}
|
||||||
|
|||||||
Reference in New Issue
Block a user