Переглянути джерело

fix: 修复查询异常问题

kindring 1 рік тому
батько
коміт
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;