This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
app流程下一步指定审核人弹框判断修改
娄底高职分支
liangkun
2 years ago
parent
74d20dc6b3
commit
99dc73f20a
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue
+ 4
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue
View File
@@ -231,8 +231,10 @@ export default {
}
})
this.submitPostData = postData
this.modal = true
return
if(this.reviewerList.length>1){
this.modal = true
return
}
}
const success = await this.HTTP_POST(
Write
Preview
Loading…
Cancel
Save