From 599101cc4aa17a73548bdedc404def69e620f2f2 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Wed, 11 May 2022 14:53:53 +0800
Subject: [PATCH] 用户修改
---
src/views/contractor/userManage/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/contractor/userManage/index.vue b/src/views/contractor/userManage/index.vue
index a919a0b..0520578 100644
--- a/src/views/contractor/userManage/index.vue
+++ b/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 })
}
})
}
--
Gitblit v1.9.2