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