fix
This commit is contained in:
parent
2cd1cd9f7d
commit
6512330880
|
@ -226,6 +226,8 @@ export default {
|
|||
try {
|
||||
this.stationList = []
|
||||
this.detectorList = []
|
||||
this.queryParam.stationName = undefined
|
||||
this.queryParam.detectorsName = undefined
|
||||
|
||||
const { success, result, message } = await getAction('/spectrumAnalysis/getDBSearchList', {
|
||||
menuTypes: value,
|
||||
|
@ -246,6 +248,7 @@ export default {
|
|||
// 重置搜索栏
|
||||
handleReset() {
|
||||
this.$refs.searchFormRef.$refs.form.resetFields()
|
||||
this.getStationAndDetectorList()
|
||||
},
|
||||
|
||||
filterOption(input, option) {
|
||||
|
@ -367,7 +370,7 @@ export default {
|
|||
} else {
|
||||
this.detectorList = []
|
||||
}
|
||||
this.queryParam.detectorsName = []
|
||||
this.queryParam.detectorsName = undefined
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user