feige
2023-04-05 8299841c87c0e20c57e5d63098db39e632697a70
ruoyi-ui/src/views/self/show.vue
@@ -606,9 +606,9 @@
      // 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;
@@ -617,7 +617,7 @@
      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;
@@ -626,7 +626,7 @@
      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;
@@ -781,4 +781,3 @@
  }
};
</script>