Merge branch 'main' into 'stg'

修改发起签字bug

See merge request cloud-mediate/mediate-manage-web!63
This commit is contained in:
刘翕 2025-02-23 09:05:29 +00:00
commit 7ed9b128dd
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'})
}
})
},