|
@@ -126,9 +126,9 @@ const serviceIdChange = (val) => {
|
|
serviceUnitId: val,
|
|
serviceUnitId: val,
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
formData.leadType = res.leadType || '';
|
|
formData.leadType = res.leadType || '';
|
|
- if (res.leadType) {
|
|
|
|
- canEdit.value = res.canEdit;
|
|
|
|
- }
|
|
|
|
|
|
+ // if (res.leadType) {
|
|
|
|
+ canEdit.value = res.canEdit;
|
|
|
|
+ // }
|
|
if (res.leadType === 'BY_PERSON') {
|
|
if (res.leadType === 'BY_PERSON') {
|
|
formData.leadId = res.leadId || '';
|
|
formData.leadId = res.leadId || '';
|
|
}
|
|
}
|