Ver Fonte

线上调试版本

shiyi há 6 anos atrás
pai
commit
3e9b594eea

+ 1 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/techedit.vue

@@ -733,6 +733,7 @@
                 }
                 this.$axios.post('supplierdataentry/word-to-pdf-watermark', requestParams)
                   .then(function (res) {
+                    console.log('????????????????:', res.data)
                     window.open('http://' + myDomain + '/' + res.data)
                   })
               } else {

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

@@ -922,6 +922,7 @@ export default {
               }
               this.$axios.post('supplierdataentry/word-to-pdf-watermark', requestParams)
                 .then(function (res) {
+                  console.log('????????????????:', res.data)
                   window.open('http://' + myDomain + '/' + res.data)
                 })
             } else {