src/views/operate/disposal/casepool/dispatch/index.vue
@@ -262,7 +262,7 @@ this.getUserList(); }) }) .catch(_ => { console.log(2) }); .catch(_ => { }); }, // 获取用户列表 getUserList() { @@ -323,6 +323,8 @@ await casequery.getBaseCaseDetail(data.code) .then(({ baseCase, currentSitVo, filesPictureVo, handlePassVo }) => { this.vioData = currentSitVo; this.illData = currentSitVo; debugger; this.imageResourceId = filesPictureVo.imageResources[0]?.id; }) .catch(err => this.$message.error(err))