From 06bc1fdbe81da9a723ad9ee1d3d6dd74025b9e18 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期五, 08 四月 2022 10:57:36 +0800 Subject: [PATCH] 'lct' --- src/views/systemManage/userManage/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/systemManage/userManage/index.vue b/src/views/systemManage/userManage/index.vue index 6db12dd..3d292cc 100644 --- a/src/views/systemManage/userManage/index.vue +++ b/src/views/systemManage/userManage/index.vue @@ -747,6 +747,7 @@ params['pageIndex'] = _this.currentPage params['pageSize'] = _this.pageSize params['type'] = _this.userType + params['isMain'] = true for (const i in _this.queryForm) { if (_this.queryForm[i] != undefined && _this.queryForm[i].toString() != '') { params[i] = _this.queryForm[i] @@ -1243,6 +1244,7 @@ const _this = this; bindCard(_this.cardDataForm).then(response => { const res = response.data + debugger if (res.code === '200'){ _this.$message({ message: '绑定成功', -- Gitblit v1.9.2