kindring 1 год назад
Родитель
Сommit
11179e22a6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web_src/src/components/bell.vue

+ 1 - 1
web_src/src/components/bell.vue

@@ -229,7 +229,7 @@ export default {
       if(bellSearchSource){
         this.$message.warning("请等待请求完成");
       }
-      searchParam.arithmetic = parseInt(this.aiTypeVal);
+      searchParam.arithmetic = this.aiTypeVal;
       searchParam.alarmState = toAlarmKey(searchParam.alarmState);
       bellSearchSource = this.$axios.axios.CancelToken.source();
       this.isLoading = true;