qinxianzhangyao
2024-05-20 edb5616505a118523882a83f53f00e88d03bd373
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;