| | |
| | | |
| | | methods: { |
| | | clearSearchFields() { |
| | | this.searchAdv = '' |
| | | this.searchCyjy = '' |
| | | this.searchAdv = ""; |
| | | this.searchCyjy = ""; |
| | | }, |
| | | setTjProposal(mode) { |
| | | if (this.tjproposal !== mode) { |
| | |
| | | this.loading = true; |
| | | this.openone = true; |
| | | getTjHyBgList(this.queryParams).then((res) => { |
| | | console.log(res, 6666); |
| | | |
| | | this.dataList = res.data.records; |
| | | this.loading = false; |
| | | }); |
| | |
| | | }, |
| | | 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(); |
| | |
| | | }, |
| | | radiotjproposalChange1() { |
| | | if (this.tjproposal == "0") { |
| | | this.searchCyjy = ""; |
| | | // this.searchCyjy = ""; |
| | | this.queryParams.isZj = this.fList.isZj; |
| | | this.queryParams.userId = null; |
| | | this.getList(); |
| | |
| | | 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; |