1
lkk
4 天以前 18657144f04cb12efe4b1d23bf925bdedd739c9d
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;