修改bug 重置
This commit is contained in:
parent
3e20ae82c8
commit
19e0ade8ec
@ -525,10 +525,12 @@ import api from "@/services/caseManagement";
|
|||||||
// 重置
|
// 重置
|
||||||
hanldeReset() {
|
hanldeReset() {
|
||||||
for (let key in this.queryParam) {
|
for (let key in this.queryParam) {
|
||||||
this.queryParam[key] = ''
|
this.queryParam[key] = ''
|
||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -599,6 +599,9 @@ import { values } from "lodash";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -349,6 +349,9 @@ import api from "@/services/casePackageManagement";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -157,6 +157,8 @@ import { size } from "lodash";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -166,6 +166,9 @@ import api from "@/services/eventTracingApi";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -162,6 +162,9 @@ import api from "@/services/eventTracingApi";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -160,6 +160,8 @@ import caseManagementapi from "@/services/caseManagement";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -167,6 +167,8 @@ import api from "@/services/eventTracingApi";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -174,6 +174,8 @@ import caseapi from "@/services/caseManagement";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -168,6 +168,8 @@ export default {
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -147,6 +147,8 @@ import api from "@/services/eventTracingApi";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -131,6 +131,8 @@ import api from "@/services/eventTracingApi";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -128,6 +128,8 @@ import api from "@/services/eventTracingApi";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -159,6 +159,8 @@ export default {
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -689,6 +689,8 @@ import { values } from "lodash";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -282,6 +282,8 @@ import api from "@/services/casePackageManagement";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -306,6 +306,8 @@ import smapi from "@/services/systemManage";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.queryParam.size = 10;
|
this.queryParam.size = 10;
|
||||||
|
|||||||
@ -190,6 +190,9 @@ import statisticalAnalysisApi from "@/services/statisticalAnalysisApi";
|
|||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
|
|
||||||
this.setDateFast()
|
this.setDateFast()
|
||||||
},
|
},
|
||||||
// 搜索
|
// 搜索
|
||||||
|
|||||||
@ -210,6 +210,8 @@ import statisticalAnalysisApi from "@/services/statisticalAnalysisApi";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
// 搜索
|
// 搜索
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
|
|||||||
@ -196,6 +196,8 @@ import statisticalAnalysisApi from "@/services/statisticalAnalysisApi";
|
|||||||
}
|
}
|
||||||
this.queryParam.current = 1
|
this.queryParam.current = 1
|
||||||
this.queryParam.size = 10
|
this.queryParam.size = 10
|
||||||
|
this.activeUsage = ''
|
||||||
|
this.queryDate = ''
|
||||||
},
|
},
|
||||||
// 搜索
|
// 搜索
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user