一、该问题的重现步骤是什么?
1. 在升级Saber到最新版后,打开CRUD的明细界面时,出现以下错误
二、你期待的结果是什么?实际看到的又是什么?
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
Saber最新的代码仓库版本
四、请提供详细的错误堆栈信息,这很重要。
TypeError: Cannot read property 'id' of null
at $o (http://localhost:1888/cdn/element-ui/2.15.1/index.js:1:382012)
at e.getNode (http://localhost:1888/cdn/element-ui/2.15.1/index.js:1:390049)
at a.getNode (http://localhost:1888/cdn/element-ui/2.15.1/index.js:1:403196)
at a.<anonymous> (http://localhost:1888/cdn/avue/2.8.12/avue.min.js:9:141803)
at Array.<anonymous> (http://localhost:1888/cdn/vue/2.6.10/vue.min.js:6:12466)
at qe (http://localhost:1888/cdn/vue/2.6.10/vue.min.js:6:11867)
五、若有更多详细信息,请在下面提供。
列的申明如下,若将其改为select则正常,同时尝试将其替换为2.8.1版本的avue.min.js也不会触发该错误.
{
label: "旧方案",
prop: "oldSchemes",
type: "tree",
hide: true,
dicUrl: "/api/blade-business/sharingschemes/select",
props: {
label: "projectName",
value: "id"
}
},
扫一扫访问 Blade技术社区 移动端