panzy
2022-05-21 027c1fcde746ddfea5af9d9e35cf3ac1d12c0bca
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