shuishen
2024-05-07 234df9376e044b39a8904a77784daf9f5de71d71
租赁信息分页异常修复
1 files modified
12 ■■■■ changed files
src/views/rentalInfo/index.vue 12 ●●●● patch | view | raw | blame | history
src/views/rentalInfo/index.vue
@@ -191,28 +191,28 @@
    methods: {
        selectTenantStatistic(){
            var that = this;
            var that = this
            selectTenantStatistic({
                keyword:this.keyword
            }).then(res=>{
                that.zdryNum = res.data.data.count;
                that.zdryNum = res.data.data.count
            })
        },
        // 下拉值发生改变
        changeSelect () {
            this.pages.current = 1
            this.pages.currentPage = 1
            this.initTableList()
        },
        // 点击搜索
        searchBtn () {
            this.pages.current = 1
            this.pages.currentPage = 1
            this.initTableList()
        },
        // 重置搜索
        resetSearch () {
            this.pages.current = 1
            this.pages.currentPage = 1
            this.keyword = ''
            this.keyManFlag = ''
            this.initTableList()
@@ -454,7 +454,7 @@
        // 分页处理
        handleCurrentChange (current) {
            this.pages.current = current
            this.pages.currentPage = current
            this.initTableList()
        },