diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue index 3a7a895..9fc61b1 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue @@ -236,19 +236,19 @@ }) return false; } - - let data={ - url:url - } - checkUrl(data).then(({data}) => { - if (data && data.code === 0) { - window.open(data.url); - } else { - this.$alert(data.msg, '错误', { - confirmButtonText: '确定' - }) - } - }); + window.open(url); + // let data={ + // url:url + // } + // checkUrl(data).then(({data}) => { + // if (data && data.code === 0) { + // window.open(data.url); + // } else { + // this.$alert(data.msg, '错误', { + // confirmButtonText: '确定' + // }) + // } + // }); }, // 获取流程的配置权限