zh 2 年之前
父节点
当前提交
5a7163dd80
共有 1 个文件被更改,包括 1 次插入0 次删除
  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() {
       getDictList({ sysDictEnum: 'PICK' }).then(res => {
+        console.log(this.userInfo);
         this.frontPickType = this.userInfo.frontPickType
         this.isFront = this.userInfo.isFront
         this.isPick = this.userInfo.isPick