拆分导入成功列表刷新

This commit is contained in:
caoyang
2022-04-02 13:44:05 +08:00
parent b4059adf00
commit ce285c1dfb
8 changed files with 380 additions and 21 deletions
@@ -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) => {