|
@@ -546,7 +546,7 @@ export default {
|
|
|
businessOpportunity: data.businessSource,
|
|
|
demandType: data.demandSource,
|
|
|
intentionLevel: data.intentionGrade,
|
|
|
- remarks: data.remark + '',
|
|
|
+ remarks: data.remark || '',
|
|
|
userId: data.userId,
|
|
|
username: data.username
|
|
|
};
|