浏览代码

代码格式改正

shiyi 6 年之前
父节点
当前提交
1baa1391e9
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/dashoo.cn/frontend_web/src/pages/select/companyselect/index.vue

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