|
|
@@ -919,14 +919,12 @@ export default {
|
|
|
this.$axios.post('supplierdataentry/word-to-pdf?pdfurl=' + pdfurl, {})
|
|
|
.then(function (res) {
|
|
|
window.location.href = 'http://' + res.data
|
|
|
- watermark.set('大港油田企业法规处')
|
|
|
})
|
|
|
} else {
|
|
|
// location.href = 'http://' + docurl
|
|
|
pdfurl = 'http://' + docurl
|
|
|
this.$axios.post('supplierdataentry/word-to-pdf?pdfurl=' + pdfurl, {})
|
|
|
.then(function (res) {
|
|
|
- watermark.set('大港油田企业法规处')
|
|
|
window.location.href = 'http://' + res.data
|
|
|
})
|
|
|
}
|