|
@@ -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
|