From 18657144f04cb12efe4b1d23bf925bdedd739c9d Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 18 七月 2025 18:01:50 +0800 Subject: [PATCH] 1 --- src/components/proposal/index.vue | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/components/proposal/index.vue b/src/components/proposal/index.vue index a83fb7b..99714b8 100644 --- a/src/components/proposal/index.vue +++ b/src/components/proposal/index.vue @@ -205,8 +205,8 @@ methods: { clearSearchFields() { - this.searchAdv = '' - this.searchCyjy = '' + this.searchAdv = ""; + this.searchCyjy = ""; }, setTjProposal(mode) { if (this.tjproposal !== mode) { @@ -218,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; }); @@ -280,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(); @@ -310,7 +308,7 @@ }, radiotjproposalChange1() { if (this.tjproposal == "0") { - this.searchCyjy = ""; + // this.searchCyjy = ""; this.queryParams.isZj = this.fList.isZj; this.queryParams.userId = null; this.getList(); @@ -319,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