BUG 30959
This commit is contained in:
		| @@ -104,7 +104,7 @@ export default { | ||||
|       }).then(res => { | ||||
|         if (res?.data) { | ||||
|           this.tableData = res.data?.records.map(e => { | ||||
|             let guaranteeModeLabel = e.guaranteeMode.split(",").map(g => this.dict.getLabel("productGuaranteeMode", g))?.toString() | ||||
|             let guaranteeModeLabel = e.guaranteeMode?.split(",").map(g => this.dict.getLabel("productGuaranteeMode", g))?.toString() | ||||
|             return {...e, guaranteeModeLabel} | ||||
|           }) | ||||
|           this.page.total = res.data.total | ||||
|   | ||||
		Reference in New Issue
	
	Block a user