From 0fc8cae51fcc347fab5c7ab82fbb25d6ff071ff2 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 19 五月 2025 17:39:44 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/components/proposal/index.vue | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/src/components/proposal/index.vue b/src/components/proposal/index.vue index 4042982..6bb92ae 100644 --- a/src/components/proposal/index.vue +++ b/src/components/proposal/index.vue @@ -145,7 +145,7 @@ sex: "", isZj: "", userId: "", - pageNum: 1, + page: 1, pageSize: 10, }, queryParams1: { @@ -170,15 +170,7 @@ this.getList(); }, }, - mounted() { - // this.getList() - }, - created() { - // if( this.queryParams){ - // this.getList() - // } - }, methods: { getAllList() { this.loading = true; -- Gitblit v1.8.0