微调
This commit is contained in:
parent
3c856dc22b
commit
af01b13ec0
@ -357,7 +357,7 @@ function editData(row: any) {
|
||||
creatForm.id = row.id;
|
||||
alertType.value = (showAlertTypeData as never)[row.alertType + ''];
|
||||
creatForm.timeType = row.timeType || '';
|
||||
creatForm.locationType = row.locationType || '';
|
||||
locationType.value = (showAlertTypeData as never)[row.locationType + ''];
|
||||
creatForm.drivingInfo = row.drivingInfo ? JSON.parse(row.drivingInfo) : '';
|
||||
creatForm.submissionInfo = row.submissionInfo
|
||||
? JSON.parse(row.submissionInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user