Commit 15216d94 authored by baiyanhao's avatar baiyanhao
parents 21924aae 9c581e34
......@@ -478,9 +478,12 @@ export default {
this.queryParams.name = ''
this.queryParams.standardNo = ''
this.queryParams.type = ''
this.$store.dispatch('standard/setStandard','')
console.log(this.queryParams)
this.loadData()
},
handleQuery(){
this.$store.dispatch('standard/setStandard','')
this.queryParams.chapter = this.searchQueryParams.chapter
this.queryParams.standard = ''
this.queryParams.testMethod = ''
......
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