lyuis il y a 7 mois
Parent
commit
477eb45c2e
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4 2
      my/jilu/bossMianshiDetail.vue

+ 4 - 2
my/jilu/bossMianshiDetail.vue

@@ -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