水质统计
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<script>
|
||||
import locale from "ant-design-vue/es/date-picker/locale/zh_CN";
|
||||
import { filterColumns } from "./../colums/base";
|
||||
import { listInfo } from "@/api/ecology/water/river-plcae";
|
||||
import { countyListInfo as listInfo } from "@/api/ecology/new-drinking-water";
|
||||
export default {
|
||||
name: "city-search",
|
||||
props: {
|
||||
@@ -248,7 +248,9 @@ export default {
|
||||
this.searchData();
|
||||
},
|
||||
searchData() {
|
||||
this.where.filter = [...this.filter]
|
||||
if(Array.isArray(this.filter) && this.filter.length){
|
||||
this.where.filter = [...this.filter]
|
||||
}
|
||||
this.$emit("search", this.where);
|
||||
},
|
||||
exportFile() {
|
||||
|
||||
Reference in New Issue
Block a user