yusheng 1 год назад
Родитель
Сommit
928618eba6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/rulesManagement/earlyWarningRules/components/matter-add.vue

+ 1 - 0
src/views/rulesManagement/earlyWarningRules/components/matter-add.vue

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