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
优化手机流程审批页面,增加return防止继续运行代码。
应县
liangkun
1 year ago
parent
b4b9cd824e
commit
def5dacc1f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue
+ 1
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue
View File
@@ -423,6 +423,7 @@ export default {
this.EMIT('task-list-change')
this.NAV_BACK(2)
this.TOAST(`已成功提交${this.typeText}`, 'success')
return;
}
let arr = Object.entries(userList)
this.reviewerListId = arr[0][0]
Write
Preview
Loading…
Cancel
Save