lyfO_o
2022-04-08 e3ddc05207aff849e191e86b9f94e5eb13d6e98e
src/views/contractor/userManage/index.vue
@@ -667,6 +667,7 @@
                params['pageIndex'] = _this.currentPage
                params['pageSize'] = _this.pageSize
                params['type'] = _this.userType
                params['isMain'] = false
                for (const i in _this.queryForm) {
                    if (_this.queryForm[i] != undefined && _this.queryForm[i].toString() != '') {
                        params[i] = _this.queryForm[i]