[update] 52688

This commit is contained in:
zhaomeijing
2022-05-23 15:00:54 +08:00
parent ab5b175d2d
commit cda1c6596e
@@ -28,16 +28,17 @@
props:{ props:{
tableData:Array, tableData:Array,
total:Number, total:Number,
queryParams: Object
}, },
data(){ data(){
return{ return{
// tableData:[], // tableData:[],
selectedRowKeys:[], selectedRowKeys:[],
// total:0, // total:0,
queryParams:{ // queryParams:{
pageNo:1, // pageNo:1,
pageSize:10 // pageSize:10
}, //搜索条件 // }, //搜索条件
columns: [ columns: [
{ {
title: this.$t('name'), title: this.$t('name'),