|
|
@@ -104,7 +104,6 @@
|
|
|
</u-form-item>
|
|
|
<u-form-item prop="contactsName" borderBottom customStyle="padding:40rpx 0 30rpx" @click="open">
|
|
|
<view class="form-label flex_l">
|
|
|
- <view class="label-tag"></view>
|
|
|
联系人
|
|
|
</view>
|
|
|
<u-input
|
|
|
@@ -253,12 +252,6 @@
|
|
|
message: '请选择跟进方式',
|
|
|
trigger: ['blur', 'change'],
|
|
|
},
|
|
|
- contactsName: {
|
|
|
- type: 'string',
|
|
|
- required: true,
|
|
|
- message: '请选择联系人',
|
|
|
- trigger: ['blur', 'change'],
|
|
|
- },
|
|
|
},
|
|
|
details: {},
|
|
|
curId: 0,
|