修改发起签字bug
This commit is contained in:
parent
c1740b0608
commit
b5f118855c
@ -62,6 +62,7 @@ import api from "@/services/caseManagement";
|
||||
api.getCaseGenerateList(dataJson).then(res => {
|
||||
if (!res.code) {
|
||||
this.officeOptions = res
|
||||
this.officeOptions = this.officeOptions.filter(item=>{return item.type != 'VERIFY_IDD'})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@ -98,6 +98,7 @@ import api from "@/services/caseManagement";
|
||||
api.getCaseGenerateList(dataJson).then(res => {
|
||||
if (!res.code) {
|
||||
this.officeOptions = res
|
||||
this.officeOptions = this.officeOptions.filter(item=>{return item.type != 'VERIFY_IDD'})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user