|
@@ -174,10 +174,11 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
callback (key) {
|
|
callback (key) {
|
|
this.activeKey = key
|
|
this.activeKey = key
|
|
- this.queryParam.time = []
|
|
|
|
- this.$refs.rangeDate.resetDate(this.queryParam.time)
|
|
|
|
- this.$refs.ruleForm.resetFields()
|
|
|
|
- this.$refs.table.clearTable()
|
|
|
|
|
|
+ this.resetSearchForm()
|
|
|
|
+ // this.queryParam.time = []
|
|
|
|
+ // this.$refs.rangeDate.resetDate(this.queryParam.time)
|
|
|
|
+ // this.$refs.ruleForm.resetFields()
|
|
|
|
+ // this.$refs.table.clearTable()
|
|
console.log(key, this.activeKey)
|
|
console.log(key, this.activeKey)
|
|
},
|
|
},
|
|
// 查询省
|
|
// 查询省
|