|
|
@@ -387,7 +387,8 @@ export default {
|
|
|
that.$Request.postJson("/app/interviewRecord/saveInterview", {
|
|
|
recordId:that.recordId,
|
|
|
interviewResultType:that.resultType,
|
|
|
- interviewResultMsg:that.text
|
|
|
+ interviewResultMsg:that.text,
|
|
|
+
|
|
|
}).then(res => {
|
|
|
that.isWork=false
|
|
|
that.showResult=false
|
|
|
@@ -410,7 +411,8 @@ export default {
|
|
|
that.$Request.postJson("/app/interviewRecord/saveInterview", {
|
|
|
recordId:that.recordId,
|
|
|
interviewRecordType:that.recordList[that.isCheck],
|
|
|
- interviewRecordMsg:that.text
|
|
|
+ interviewRecordMsg:that.text,
|
|
|
+ interviewProcesses:4
|
|
|
}).then(res => {
|
|
|
that.isWork=false
|
|
|
that.showRecord=false
|