feige
2023-12-07 ad5eea58d5ac15dd08ff51658d717984d098f81e
ruoyi-ui/src/views/pet/petInfo.vue
@@ -394,7 +394,10 @@
    return {
      cdi:"魅宠详细信息",
      udi:"魅宠信息修改",
      fot:[".jpg",".jif"],
      // 数据范围选项
      fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
        '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
      fileList:[
      ],
      fileListOther:[
@@ -554,11 +557,11 @@
      jd =  this.$route.query.detail
      this.btn= jd
      this.dsb = !jd
      document.title = "修改魅宠详细信息";
     // document.title = "修改魅宠详细信息";
      this.$route.meta.title = "修改魅宠详细信息";//列表的名称
    }
    else{
      document.title = "查看魅宠详细信息";
     // document.title = "查看魅宠详细信息";
      this.$route.meta.title = "查看魅宠详细信息";//列表的名称
      this.btn = false;
    }
@@ -588,15 +591,11 @@
      this.loading = true;
      //   this.queryParams.happenStartTime = this.dateRange.length > 0 && this.dateRange[0]
      //   this.queryParams.happenEndTime = this.dateRange.length > 0 && this.dateRange[1]
      // console.log(this.queryParams)
      this.queryParams.pid = this.pid;
      //  listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => {
      listPetnote(this.queryParams).then(response => {
          //  alert(123)
          //   console.log(response.data)
          this.PetNoteList = response.data.data;
          this.total = response.data.total;
          this.loading = false;
        }