Browse Source

plm BMM

master
ruanqi 1 year ago
parent
commit
a4606bc3c9
  1. 26
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

26
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: ''
// })
// }
// });
},
//

Loading…
Cancel
Save