yusheng 1 год назад
Родитель
Сommit
928618eba6

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

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