panzy
2022-05-21 cd79b3bfdbc33ffa79fefcf5d6fde287a1c05c2f
src/views/oneFromanother/index.vue
@@ -311,7 +311,9 @@
            getPageList(){
                this.listQuery.page=1
                this.checkTime()
                this.listLoading = true
                getPageList(this.listQuery).then(res=>{
                    this.listLoading = false
                    if (res.data.ok==1) {
                        this.tableData = res.data.data.items
                        this.recordTotal=res.data.data.total