|
|
@@ -33,7 +33,7 @@
|
|
|
v-model="formData.reasons"
|
|
|
placeholder="请输入"
|
|
|
show-word-limit
|
|
|
- :maxlength="200"/>
|
|
|
+ :maxlength="100"/>
|
|
|
<date-cell
|
|
|
v-if="visitType=='2'"
|
|
|
is-row
|
|
|
@@ -340,7 +340,7 @@ export default {
|
|
|
this.formData.status = 1;
|
|
|
this.formData.type = this.visitType;
|
|
|
this.formData.receptionOrgIds = [this.orgId];
|
|
|
- this.formData.userInfos = this.pList;
|
|
|
+ this.formData.userInfos = JSON.parse(JSON.stringify(this.pList));
|
|
|
let data = this.formData;
|
|
|
if(this.formData.letterFile && this.formData.letterFile.length > 0){
|
|
|
data.letterFile = this.formData.letterFile.map(v=>{
|