修复跳转异常

This commit is contained in:
aixianling
2022-09-21 17:02:01 +08:00
parent 398e0890ba
commit 3ef31d3631

View File

@@ -204,7 +204,7 @@ export default {
return this.detail.status == "0"
},
isChecking: v => v.detail.status == 3,
isGuaranteeProduct: v => /[23]/.test(v.detail.organizationType),
isGuaranteeProduct: v => /[12]/.test(v.detail.organizationType),
auditOps: v => v.dict.getDict('enterpriseAuditStatus')?.map(e => ({
...e,
dictName: e.dictValue == 1 && v.detail.status == "0" ? "待核查" : e.dictName