修改发起签字bug

This commit is contained in:
liuxi 2025-02-23 17:02:47 +08:00
parent c1740b0608
commit b5f118855c
2 changed files with 2 additions and 0 deletions

View File

@ -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'})
}
})
},

View File

@ -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'})
}
})
},