修复跳转异常
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user