mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
cd8b1763cc
commit
f08ec30fb6
@ -92,7 +92,7 @@
|
||||
},
|
||||
isMe:function(){
|
||||
let _userId = getUserInfo().userId;
|
||||
if(this.oaWorkflowData.create_user_id == _userId){
|
||||
if(this.oaWorkflowData.create_user_id == _userId && this.action){
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user