Commit b0acc638 authored by Sixiang_Zzb's avatar Sixiang_Zzb

测试问题修复

parent 82d3ebe0
...@@ -68,6 +68,7 @@ const CardDetail = (props: any) => { ...@@ -68,6 +68,7 @@ const CardDetail = (props: any) => {
: values.replyContent, : values.replyContent,
type: '7', type: '7',
}; };
console.log(tmp);
RA(34, tmp, module, dispatch); RA(34, tmp, module, dispatch);
setLoading(true); setLoading(true);
}; };
......
...@@ -58,7 +58,7 @@ const Users = (props: any) => { ...@@ -58,7 +58,7 @@ const Users = (props: any) => {
{ {
title: unit, title: unit,
render: (text: any, record: any) => ( render: (text: any, record: any) => (
<div>{record.buildingNumber + ' #' + record.floorNumber + '' + record.roomNumber}</div> <div>{record.buildingNumber + ' #' + record.floorNumber + '-' + record.roomNumber}</div>
), ),
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment