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