拆分导入成功列表刷新
This commit is contained in:
@@ -106,7 +106,8 @@
|
||||
watch:{
|
||||
menuId(oldValue,newValue){
|
||||
// console.log('oldnew',oldValue,newValue)
|
||||
this.getTableList()
|
||||
|
||||
// this.getTableList()
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
@@ -188,17 +189,19 @@
|
||||
this.getTableList()
|
||||
},
|
||||
getTableList() {
|
||||
console.log('this.searchParmestable',this.searchParmes)
|
||||
let pageNo = JSON.parse(JSON.stringify(this.pageNo))
|
||||
let pageSize = JSON.parse(JSON.stringify(this.pageSize))
|
||||
let params = {
|
||||
...this.searchParmes,
|
||||
// orderBy: this.orderBy,
|
||||
// orderByField: this.orderByField,
|
||||
info_id:this.infoId,
|
||||
menu_id:this.menuId,
|
||||
// info_id:this.infoId,
|
||||
// menu_id:this.searchParmes.menuId?this.searchParmes.menuId:this.menuId,
|
||||
pageNo: pageNo + '',
|
||||
pageSize: pageSize + ''
|
||||
}
|
||||
|
||||
// console.log('parmsss',params)
|
||||
this.loading = true
|
||||
postAction(this.url.tableList, params).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user