Merge branch 'main' into 'stg'
修改发起签字bug See merge request cloud-mediate/mediate-manage-web!63
This commit is contained in:
commit
7ed9b128dd
@ -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