zh 2 years ago
parent
commit
5a7163dd80
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/supply/pickup/components/pickup_form.vue

+ 1 - 0
src/views/supply/pickup/components/pickup_form.vue

@@ -657,6 +657,7 @@ export default {
     // 获取提货方式列表
     // 获取提货方式列表
     getPickupWayList() {
     getPickupWayList() {
       getDictList({ sysDictEnum: 'PICK' }).then(res => {
       getDictList({ sysDictEnum: 'PICK' }).then(res => {
+        console.log(this.userInfo);
         this.frontPickType = this.userInfo.frontPickType
         this.frontPickType = this.userInfo.frontPickType
         this.isFront = this.userInfo.isFront
         this.isFront = this.userInfo.isFront
         this.isPick = this.userInfo.isPick
         this.isPick = this.userInfo.isPick