From ed6c6350015d52ea1cb033c7558f72b721ece84a Mon Sep 17 00:00:00 2001 From: WangHan <wwh_work@126,com> Date: 星期四, 19 十二月 2024 19:58:55 +0800 Subject: [PATCH] 打包名称修改,去除错误输出 --- admin-web/src/views/systemSetting/role/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin-web/src/views/systemSetting/role/index.vue b/admin-web/src/views/systemSetting/role/index.vue index 25bb0db..f8a2728 100644 --- a/admin-web/src/views/systemSetting/role/index.vue +++ b/admin-web/src/views/systemSetting/role/index.vue @@ -297,13 +297,13 @@ methods: { fifterForm(params) { this.queryParams = Object.assign(this.queryParams, params) - this.queryParams.status = 0 + // this.queryParams.status = 0 this.search(1) }, // 鏌ヨtable鍒楄〃 search(pageNum) { if (pageNum != undefined) { - this.$refs.myTable.search(pageNum) + this.$refs.myTable.search({pageNum}) } else { this.$refs.myTable.search() } @@ -380,7 +380,7 @@ let text = row.status == 0 ? "绂佺敤" : "鍚敤"; this.$modal.confirm('纭瑕�' + text + '"' + row.role_name + '"瑙掕壊鍚楋紵').then(function () { row.status = row.status == 0 ? 1 : 0; - return changeRoleStatus(row.role_id, row.status); + return changeRoleStatus(row); }).then(() => { this.$modal.msgSuccess(text + "鎴愬姛"); this.search(); -- Gitblit v1.9.1