[update] 52688
This commit is contained in:
@@ -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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user