cqf
2022-05-23 9e551347cd3b2382ae063b702d20ce4aa7db8505
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