修改案例详细页面的事件控制

This commit is contained in:
daihh
2022-10-13 15:50:32 +08:00
parent e30b2e8f2b
commit f3534c52d2
2 changed files with 2 additions and 3 deletions

View File

@@ -245,7 +245,6 @@ export default {
methods: {
jumecase(item){
this.$router.push({ path: './Detail.vue', query: { id: item.id } });
},
couresreso(){
let key = 'case';
@@ -492,7 +491,7 @@ export default {
if(this.caseDetail.filePath){
//this.pdfPath=this.basePath+this.caseDetail.filePath;
this.createPlayUrl(this.caseDetail.filePath);
this.sendEventData();
//this.sendEventData();//移到检查之后
}else{
this.$message.error('内容文件不存在或已被删除,请与管理员联系');
}