饮用水监测数据报送表
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
@search="searchData"
|
||||
@exportFile="exportFile"
|
||||
@filterColumns="changeFilter"
|
||||
:visiable="visiable"
|
||||
:loading="loading"
|
||||
/>
|
||||
<!-- 表格 -->
|
||||
<!-- <ele-pro-table
|
||||
@@ -100,7 +102,10 @@ export default {
|
||||
default: function () {
|
||||
return []
|
||||
},
|
||||
}
|
||||
},
|
||||
visiable:{
|
||||
typeof:Boolean
|
||||
}
|
||||
},
|
||||
|
||||
data() {
|
||||
@@ -155,6 +160,7 @@ export default {
|
||||
},
|
||||
// 表格选中数据
|
||||
selectionList: [],
|
||||
loading:false
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
@@ -163,6 +169,22 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
|
||||
// // 获取列表数据
|
||||
// getPageData(){
|
||||
// this.loading = true;
|
||||
// cityAverageNutrition(this.where).then(res=>{
|
||||
// this.loading = false;
|
||||
// if(res.data.code){
|
||||
// this.$message.error(res.data.msg);
|
||||
// this.datasource = []
|
||||
// }else{
|
||||
// this.datasource = res.data.data
|
||||
// }
|
||||
// }).catch(()=>{
|
||||
// this.loading = false;
|
||||
// })
|
||||
// },
|
||||
|
||||
//编辑单元格
|
||||
edit(item,index){
|
||||
console.log('key',item.drinkingWaterId)
|
||||
|
||||
Reference in New Issue
Block a user