From b13cb248d822bafcc0c0896e082be9425cfb052e Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Wed, 11 May 2022 14:54:29 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/ztqt
---
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