Pārlūkot izejas kodu

fix: 修复查询异常问题

kindring 1 gadu atpakaļ
vecāks
revīzija
11179e22a6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;