@@ -700,7 +700,7 @@
}
this.$axios.post('supplierdataentry/word-to-pdf-watermark', requestParams)
.then(function (res) {
- window.open('http://' + res.data)
+ window.open('http://' + myDomain + '/' + res.data)
})
} else {
// location.href = 'http://' + docurl
@@ -870,7 +870,7 @@
@@ -727,7 +727,7 @@