增加评审状态
This commit is contained in:
@ -133,7 +133,7 @@ const ViewEvalFormModal: React.FC<ViewEvalFormModalProps> = (props) => {
|
||||
val = key;
|
||||
}
|
||||
return val;
|
||||
}
|
||||
}
|
||||
|
||||
const getDate = (record: any) => {
|
||||
alarm.tilte=getTypeValue(record.type);
|
||||
@ -147,6 +147,7 @@ const ViewEvalFormModal: React.FC<ViewEvalFormModalProps> = (props) => {
|
||||
alarm.endDate=record.endDate;
|
||||
alarm.pNumber=record.pnumber;
|
||||
alarm.status=record.status;
|
||||
alarm.roomStatus=record.roomStatus;
|
||||
alarm.remark=record.remark;
|
||||
alarm.attachment=record.attachment;
|
||||
|
||||
@ -186,7 +187,7 @@ const ViewEvalFormModal: React.FC<ViewEvalFormModalProps> = (props) => {
|
||||
params["pageSize"]=999;
|
||||
await getEvalRoomPage(params).then((res) => {
|
||||
if (res.success == true) {
|
||||
//setAlarmNumber(res.data.length);
|
||||
|
||||
setAlarmList(res.data.records);
|
||||
} else {
|
||||
message.error('系统异常:获取告警数据失败')
|
||||
|
Reference in New Issue
Block a user