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