Parcourir la source

代码格式改正

shiyi il y a 6 ans
Parent
commit
1baa1391e9

+ 0 - 2
src/dashoo.cn/frontend_web/src/pages/select/companyselect/index.vue

@@ -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
                 })
             }