| | |
| | | // console.log(this.queryParams) |
| | | // listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => { |
| | | listExperience(this.queryParams).then(response => { |
| | | // alert(123) |
| | | // console.log(response.data) |
| | | this.experienceList = response.data.data; |
| | | alert(123) |
| | | console.log(response.data) |
| | | this.experienceList = response.data; |
| | | |
| | | this.total = response.data.total; |
| | | this.loading = false; |
| | |
| | | getIndividualRelation(this.queryParams).then(response => { |
| | | // alert(123) |
| | | // console.log(response.data) |
| | | this.relationList = response.data.data; |
| | | this.relationList = response.data; |
| | | |
| | | this.total = response.data.total; |
| | | this.loading = false; |
| | |
| | | getIndividualList(this.queryParams).then(response => { |
| | | // alert(123) |
| | | // console.log(response.data) |
| | | this.individualList = response.data.data; |
| | | this.individualList = response.data; |
| | | |
| | | this.total = response.data.total; |
| | | this.loading = false; |
| | |
| | | } |
| | | }; |
| | | </script> |
| | | |