From 45b19cb64db7a8e70ed1d25b16bfe0ca93576267 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期二, 05 十二月 2023 22:05:27 +0800 Subject: [PATCH] 增加了修改 --- ruoyi-ui/src/views/pet/petInfo.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ruoyi-ui/src/views/pet/petInfo.vue b/ruoyi-ui/src/views/pet/petInfo.vue index 0cb0c76..3170d8d 100644 --- a/ruoyi-ui/src/views/pet/petInfo.vue +++ b/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:[ @@ -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; } -- Gitblit v1.9.1