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