feige
2024-01-23 d0136913a2c74a44f5bb30327ebbb3fd85e24fce
ruoyi-ui/src/views/honor/honorInfo.vue
@@ -331,6 +331,7 @@
      this.isShow=true
      this.showInput=true
      this.isEditing=true
   //   document.title = "修改荣誉证书详细信息";
      this.$route.meta.title = "修改荣誉证书详细信息";//列表的名称
    }
@@ -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++)
        {