饮用水全部捆绑接口

This commit is contained in:
庞东林
2021-12-16 14:42:27 +08:00
parent 2e86910009
commit bcfc64295f
25 changed files with 226 additions and 125 deletions

View File

@@ -86,8 +86,7 @@ import {
} from "@/api/ecology/new-drinking-water";
import locale from "ant-design-vue/es/date-picker/locale/zh_CN";
// import { tableColumns } from "./colums";
// import moment from "moment";
import Search from "./../components/citySearch.vue";
import { CheckOutlined, EditOutlined } from '@ant-design/icons-vue';
@@ -217,7 +216,7 @@ export default {
this.getPageData()
this.columns[6].filters = []
if(this.where.drinkingWaterAnalyse.waterSourceType ==1 ){
if(this.where.waterSourceType ==1 ){
// 地表水
this.columns[6].filters = [
{
@@ -234,7 +233,7 @@ export default {
},
]
}
if(this.where.drinkingWaterAnalyse.waterSourceType ==2 ){
if(this.where.waterSourceType ==2 ){
// 地下水
this.columns[6].filters = [
{