From dec09546294047e54c0531d6047d0685cbb45ddd Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期一, 09 十二月 2024 18:30:31 +0800
Subject: [PATCH] 总检

---
 src/components/proposal/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/components/proposal/index.vue b/src/components/proposal/index.vue
index 0a477ef..d588d59 100644
--- a/src/components/proposal/index.vue
+++ b/src/components/proposal/index.vue
@@ -99,14 +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() {
@@ -128,6 +126,7 @@
       });
     },
     getList() {
+      console.log(1111)
       this.loading = true;
       getKjTjAdviceKjbqBySex(this.queryParams).then((res) => {
         this.dataList = res.data.records;

--
Gitblit v1.8.0