Commit f83b8c35 by Joey

fix: warning

parent a060a6ad
......@@ -60,7 +60,7 @@ export default {
GMS.$hideContainer.$Message.error('未找到下一节点的审批人');
})
} else {
alert('缺少参数');
GMS.$hideContainer.$Message.error('缺少参数');
}
},
executeApproval: function(bill, param) {
......
......@@ -27,7 +27,7 @@ export default {
this.approval(bill, param);
}
}else{
alert('缺少参数');
GMS.$hideContainer.$Message.error('缺少参数');
}
},
approval: function(bill, param){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment