guanqb
2024-02-18 a71e1401a446a514ff3bc765b1101fd64f48113f
整改情况时间参数加时分秒
1 files modified
8 ■■■■ changed files
src/views/publicSecurity/ninePlaceManage/situationRectification.vue 8 ●●●● patch | view | raw | blame | history
src/views/publicSecurity/ninePlaceManage/situationRectification.vue
@@ -636,7 +636,7 @@
            }
            this.query = params
            this.page.currentPage = 1
            this.onLoad(this.page, params)
            this.onLoad(this.page)
            done()
        },
@@ -703,6 +703,12 @@
            } else if (this.typeStatus == 3) {
                this.query.status = ''
            }
            if ('startTime' in this.query) {
                this.query.startTime += ' 00:00:01'
            }
            if ('endTime' in this.query) {
                this.query.endTime += ' 23:59:59'
            }
            getZGQKList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
                console.log('getZGQKList', res.data.data)
                const data = res.data.data