7b210f8e625f64dff5c6e128399df011ae83e08a..9a39cd7607f0d0d73ce0dca855e6549eba6df6b5
2024-02-18 guanqb
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web
9a39cd diff | tree
2024-02-18 guanqb
整改情况时间参数加时分秒
a71e14 diff | tree
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