From 4b6eabfb56d2b736c5f16796614318770c606fd6 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 24 七月 2025 17:53:54 +0800 Subject: [PATCH] 1 --- src/components/proposal/index.vue | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/proposal/index.vue b/src/components/proposal/index.vue index c84e61e..99714b8 100644 --- a/src/components/proposal/index.vue +++ b/src/components/proposal/index.vue @@ -204,6 +204,10 @@ }, methods: { + clearSearchFields() { + this.searchAdv = ""; + this.searchCyjy = ""; + }, setTjProposal(mode) { if (this.tjproposal !== mode) { this.tjproposal = mode; @@ -214,8 +218,6 @@ this.loading = true; this.openone = true; getTjHyBgList(this.queryParams).then((res) => { - console.log(res, 6666); - this.dataList = res.data.records; this.loading = false; }); @@ -276,8 +278,8 @@ }, radiotjproposalChange() { if (this.tjproposal == "0") { - this.searchAdv = ""; - this.searchCyjy = ""; + // this.searchAdv = ""; + // this.searchCyjy = ""; this.queryParams1.isZj = this.fList.isZj; this.queryParams1.userId = null; this.getList(); @@ -306,7 +308,7 @@ }, radiotjproposalChange1() { if (this.tjproposal == "0") { - this.searchCyjy = ""; + // this.searchCyjy = ""; this.queryParams.isZj = this.fList.isZj; this.queryParams.userId = null; this.getList(); @@ -315,7 +317,6 @@ getInfo().then((res) => { this.queryParams.userId = res.user.userId; this.queryParams.isZj = null; - console.log(this.queryParams, 22222); getCyTjAdviceKjbqBySex(this.queryParams).then((res) => { if (res.data) { this.dataList = res.data.records; -- Gitblit v1.8.0