@@ -241,7 +241,7 @@ export default {
getList() {
this.loading = true;
// 执行查询
- getFpdDetectionPage(this.queryParams)
+ getFpdDetectionPage({...this.queryParams,detresult:this.queryParams.detresult?this.queryParams.detresult:null})
.then((response) => {
if (response.data) {
this.list = response.data.list;