From 47e70fa94b0ddd36e20bb9e6757127a024338a0e Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期日, 01 十二月 2024 21:03:10 +0800 Subject: [PATCH] 'zjh20241201' --- src/components/proposal/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/proposal/index.vue b/src/components/proposal/index.vue index 160259f..d588d59 100644 --- a/src/components/proposal/index.vue +++ b/src/components/proposal/index.vue @@ -99,13 +99,12 @@ }, watch: { cusobj(val, newVla) { - // console.log(val,newVla,1111) + console.log(val,newVla,1111) this.fList = val; this.queryParams.sex = val.sex; this.queryParams.isZj = val.isZj; - if (this.queryParams.sex) { + this.tjproposal ="0" this.getList(); - } }, }, mounted() { @@ -127,6 +126,7 @@ }); }, getList() { + console.log(1111) this.loading = true; getKjTjAdviceKjbqBySex(this.queryParams).then((res) => { this.dataList = res.data.records; -- Gitblit v1.8.0