This commit is contained in:
joylink_zhaoerwei 2023-07-26 15:14:06 +08:00
parent 3c856dc22b
commit af01b13ec0

View File

@ -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)