From b76ed70f00e438c7391116bf5e27312abce3f148 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期一, 07 十月 2024 23:14:55 +0800 Subject: [PATCH] 修改了相关bug --- ruoyi-ui/src/views/clanManager/ancestor/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/clanManager/ancestor/index.vue b/ruoyi-ui/src/views/clanManager/ancestor/index.vue index 51c32da..9d104a0 100644 --- a/ruoyi-ui/src/views/clanManager/ancestor/index.vue +++ b/ruoyi-ui/src/views/clanManager/ancestor/index.vue @@ -425,7 +425,7 @@ /** 鏌ヨ鐢ㄦ埛鍒楄〃 */ getList() { this.loading = true; - alert(this.queryParams.name) + // alert(this.queryParams.name) //alert(this.queryParams.pageNum) listAncestor(this.queryParams).then(response => { this.userList = response.data.data; @@ -684,7 +684,7 @@ /** 瀵煎嚭鎸夐挳鎿嶄綔 */ handleExport() { const Ids = this.ids; -alert(Ids) +//alert(Ids) if(Ids.length==0) { this.download('/ZfAncestor/export', { -- Gitblit v1.9.1