From d0136913a2c74a44f5bb30327ebbb3fd85e24fce Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期二, 23 一月 2024 10:56:30 +0800 Subject: [PATCH] 修改了很多 --- ruoyi-ui/src/views/honor/honorInfo.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/honor/honorInfo.vue b/ruoyi-ui/src/views/honor/honorInfo.vue index 373e1d3..b3dfe10 100644 --- a/ruoyi-ui/src/views/honor/honorInfo.vue +++ b/ruoyi-ui/src/views/honor/honorInfo.vue @@ -225,7 +225,7 @@ // 鏁版嵁鑼冨洿閫夐」 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:[], dsb:true, @@ -331,6 +331,7 @@ this.isShow=true this.showInput=true this.isEditing=true + // document.title = "淇敼鑽h獕璇佷功璇︾粏淇℃伅"; this.$route.meta.title = "淇敼鑽h獕璇佷功璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉� } @@ -346,6 +347,7 @@ this.loading = true; getHonor({id}).then((response) => { this.formData = response.data; + // alert(this.formData.type) let paths = response.data.url.split(","); for(let i = 0; i < paths.length; i++) { -- Gitblit v1.9.1