Merge remote-tracking branch 'origin/yinyongshui'

This commit is contained in:
2021-12-16 10:53:54 +08:00

View File

@@ -251,6 +251,10 @@ export default {
if(Array.isArray(this.filter) && this.filter.length){
this.where.filter = [...this.filter]
}
const sectionNames = this.where.drinkingWaterAnalyse.sectionNames
if(sectionNames && Array.isArray(sectionNames) && !sectionNames.length){
delete this.where.drinkingWaterAnalyse.sectionNames;
}
this.$emit("search", this.where);
},
exportFile() {