lyuis hace 7 meses
padre
commit
477eb45c2e
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  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