BUG 29560
This commit is contained in:
		| @@ -293,12 +293,7 @@ export default { | ||||
|         }, | ||||
|       }).then((res) => { | ||||
|         if (res?.data) { | ||||
|           this.tableData = res.data.records.map(v => { | ||||
|             return { | ||||
|               ...v, | ||||
|               girdMemberNames: v.girdMemberNames ? v.girdMemberNames.split(',') : [] | ||||
|             } | ||||
|           }); | ||||
|           this.tableData = res.data.records; | ||||
|           this.page.total = res.data.total; | ||||
|         } | ||||
|       }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user