luobang преди 1 година
родител
ревизия
f07e531b32
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/views/appoint/components/saleContract/transportPrice.vue

+ 2 - 0
src/views/appoint/components/saleContract/transportPrice.vue

@@ -221,6 +221,7 @@
   </div>
 </template>
 <script>
+import { getCookie } from '@/utils/util.js'
 export default {
   name: 'TransportPrice',
   data() {
@@ -277,6 +278,7 @@ export default {
   },
   created() {
     if (getCookie('orgCode') == 'shouhuokehu') {
+      console.log('这里')
       this.showConsignee = true
       this.option.requestUrl = ''
     }