优化代码

This commit is contained in:
java110 2021-09-18 19:22:19 +08:00
parent cd8b1763cc
commit f08ec30fb6

View File

@ -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;