Commit 2495deac authored by 沈良进's avatar 沈良进

save

parent 90ca3fbe
...@@ -2883,7 +2883,7 @@ export default { ...@@ -2883,7 +2883,7 @@ export default {
this.chongJudge(data) this.chongJudge(data)
this.GetDetail = data; this.GetDetail = data;
let list = this.GetDetail.AuditSteps.filter(x=>x.SpecialNode === 1); let list = this.GetDetail.AuditSteps.filter(x=>x.NextStep === 1);
if(list.length) { if(list.length) {
let last = list[list.length - 1] let last = list[list.length - 1]
if(last.AuditType == 5 && this.GetDetail.SigningCustomerId) { if(last.AuditType == 5 && this.GetDetail.SigningCustomerId) {
......
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