src/views/contractor/userManage/index.vue
@@ -780,7 +780,7 @@ params['pageSize'] = _this.pageSize params['type'] = _this.userType params['realname'] = _this.realname params['isMain'] = true params['isMain'] = false for (const i in _this.queryForm) { if (_this.queryForm[i] != undefined && _this.queryForm[i].toString() != '') { params[i] = _this.queryForm[i] @@ -1012,7 +1012,7 @@ }) _this.getUserList() } else { parseError({ error: res.data.message, vm: _this }) parseError({ error: res.message, vm: _this }) } }) }