|
@@ -150,7 +150,8 @@ export default {
|
|
feedbackTypeDesc: "",
|
|
feedbackTypeDesc: "",
|
|
feedbackType: "",
|
|
feedbackType: "",
|
|
probStatus: 0,
|
|
probStatus: 0,
|
|
- probStatusName:'待跟进'
|
|
|
|
|
|
+ probStatusName:'待跟进',
|
|
|
|
+ objectId:''
|
|
|
|
|
|
},
|
|
},
|
|
loading: false,
|
|
loading: false,
|
|
@@ -209,6 +210,7 @@ export default {
|
|
this.form.studentId = params.info.userId || null;
|
|
this.form.studentId = params.info.userId || null;
|
|
this.form.type = params.info.type
|
|
this.form.type = params.info.type
|
|
this.form.purpose = params.info.purpose
|
|
this.form.purpose = params.info.purpose
|
|
|
|
+ this.form.objectId = params.info.objectId
|
|
}
|
|
}
|
|
document.title = this.name || "新增回访记录";
|
|
document.title = this.name || "新增回访记录";
|
|
this.__init();
|
|
this.__init();
|
|
@@ -333,6 +335,7 @@ export default {
|
|
let params = {
|
|
let params = {
|
|
...form,
|
|
...form,
|
|
visitTime,
|
|
visitTime,
|
|
|
|
+
|
|
attachments: attachmentsList.join(","),
|
|
attachments: attachmentsList.join(","),
|
|
};
|
|
};
|
|
// 待回访时要传的参数
|
|
// 待回访时要传的参数
|