weixin_44328461 2021-12-16 09:48 采纳率: 100%
浏览 1780
已结题

在修改数据后,点击提交,出现TypeError: Cannot read properties of undefined (reading 'result')的错误

问题遇到的现象和发生背景
 在修改数据后,点击提交,出现TypeError: Cannot read properties of undefined (reading 'result')的错误
问题相关代码,请勿粘贴截图
 var imgIds = this.fileList
        .map(item => {
          // console.log(item);  
          let fileType = this.matchType(item.response.result.s.fileName)           
          if(fileType == 'pdf'){
             return {
                    s:item.response.result.s?item.response.result.s.id:null,
                    see:item.response.result.see?item.response.result.see.arg:null
                    }
          }else{                   
              return false
          // return item.response.result.s.id
            }
        }
        ).filter(e=>e);
        if(imgIds.length > 0){
          values.imgIds = JSON.stringify(imgIds); 
        }
运行结果及报错内容
createBaseForm.js?6c71:617 TypeError: Cannot read properties of undefined (reading 'result')
    at eval (ShipUploadPage.vue?a6f6:762)
    at Array.map (<anonymous>)
    at eval (ShipUploadPage.vue?a6f6:759)
    at callback (createBaseForm.js?6c71:583)
    at Vue.validateFieldsInternal (createBaseForm.js?6c71:478)
    at eval (createBaseForm.js?6c71:610)
    at new Promise (<anonymous>)
    at Vue.validateFields (createBaseForm.js?6c71:571)
    at VueComponent.handleOk (ShipUploadPage.vue?a6f6:746)
    at invokeWithErrorHandling (vue.esm.js?efeb:1863)

我的解答思路和尝试过的方法
我想要达到的结果

修改后点击提交,显示修改成功

  • 写回答

3条回答 默认 最新

  • 心若向阳(* ̄︶ ̄) 2021-12-16 10:19
    关注

    一楼给你网,二楼是给你鱼和网,而我,只是一个去海边走走停停的人。(不管是拿数据、操作数据之前,先判断)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

问题事件

  • 系统已结题 12月24日
  • 已采纳回答 12月16日
  • 创建了问题 12月16日

悬赏问题

  • ¥15 51单片机使lcd显示器开机闪烁预设字符闪烁3次需要加什么代码
  • ¥50 C# 使用DEVMOD设置打印机首选项
  • ¥15 麒麟V10 arm安装gdal
  • ¥15 想用@vueuse 把项目动态改成深色主题,localStorge里面的vueuse-color-scheme一开始就给我改成了dark,不知道什么原因(相关搜索:背景颜色)
  • ¥20 OPENVPN连接问题
  • ¥15 flask实现搜索框访问数据库
  • ¥15 mrk3399刷完安卓11后投屏调试只能显示一个设备
  • ¥100 如何用js写一个游戏云存档
  • ¥15 ansys fluent计算闪退
  • ¥15 有关wireshark抓包的问题