【修改】流程重复发起
This commit is contained in:
@@ -874,6 +874,10 @@ export default {
|
||||
},
|
||||
// 打开报告上传
|
||||
openReportModify(mode, row) {
|
||||
if( +row.isAct == 0){
|
||||
this.$message.warning("当前选择的"+row.name+"已经在流程中")
|
||||
return
|
||||
}
|
||||
this.$router.push({
|
||||
path:'/reportprocess/launch',
|
||||
query:{
|
||||
|
||||
Reference in New Issue
Block a user