|
@@ -459,6 +459,7 @@
|
|
|
}
|
|
}
|
|
|
data.actionList.map((item) => {
|
|
data.actionList.map((item) => {
|
|
|
item.actionType = item.actionType + '';
|
|
item.actionType = item.actionType + '';
|
|
|
|
|
+ item.alertLevel = item.alertLevel + '';
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.formData.actionList = data.actionList;
|
|
this.formData.actionList = data.actionList;
|