From a4606bc3c93a95df0c0fcf482ed9bd70e7c5744c Mon Sep 17 00:00:00 2001 From: ruanqi Date: Tue, 15 Oct 2024 16:44:44 +0800 Subject: [PATCH] plm BMM --- .../com_bm_demoSlot.vue | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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: '确定' + // }) + // } + // }); }, // 获取流程的配置权限