From 5a2f90a16ea969022be66783c26178c83cfc484d Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期五, 08 四月 2022 18:57:37 +0800 Subject: [PATCH] Merge branches 'master' and 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf --- src/views/contractor/userManage/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/contractor/userManage/index.vue b/src/views/contractor/userManage/index.vue index e949659..e13e152 100644 --- a/src/views/contractor/userManage/index.vue +++ b/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] -- Gitblit v1.9.2