修复跳转异常
This commit is contained in:
@@ -204,7 +204,7 @@ export default {
|
|||||||
return this.detail.status == "0"
|
return this.detail.status == "0"
|
||||||
},
|
},
|
||||||
isChecking: v => v.detail.status == 3,
|
isChecking: v => v.detail.status == 3,
|
||||||
isGuaranteeProduct: v => v.detail.organizationType == 2,
|
isGuaranteeProduct: v => /[23]/.test(v.detail.organizationType),
|
||||||
auditOps: v => v.dict.getDict('enterpriseAuditStatus')?.map(e => ({
|
auditOps: v => v.dict.getDict('enterpriseAuditStatus')?.map(e => ({
|
||||||
...e,
|
...e,
|
||||||
dictName: e.dictValue == 1 && v.detail.status == "0" ? "待核查" : e.dictName
|
dictName: e.dictValue == 1 && v.detail.status == "0" ? "待核查" : e.dictName
|
||||||
|
|||||||
Reference in New Issue
Block a user