Commit ba502979 authored by honghy's avatar honghy Committed by wux

重置查询条件清空

parent 041f25c0
...@@ -336,7 +336,7 @@ export default { ...@@ -336,7 +336,7 @@ export default {
key: "", key: "",
sourceType: "", sourceType: "",
scoreCount: "", scoreCount: "",
status: "1", status: "",
scoreCountOperate: "", scoreCountOperate: "",
endTime: "", endTime: "",
pageNo: 1, pageNo: 1,
......
...@@ -340,6 +340,7 @@ export default { ...@@ -340,6 +340,7 @@ export default {
this.noParam2.value = "" this.noParam2.value = ""
this.dateFilter = [] this.dateFilter = []
this.checkTime = [] this.checkTime = []
this.dateCreateTime = []
this.getList() this.getList()
}, },
review(id) { review(id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment