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 = ''
     }