|
|
@@ -968,7 +968,8 @@ export default { |
|
|
|
this.$api.http.updateValidInvalid({ |
|
|
|
id:this.fileId, |
|
|
|
validInvalid:0, |
|
|
|
invalidReason:'' |
|
|
|
invalidReason:'', |
|
|
|
houseId:localStorage.getItem('houseId') |
|
|
|
}).then((res) => { |
|
|
|
this.$message({ |
|
|
|
type: "success", |
|
|
@@ -1002,7 +1003,8 @@ export default { |
|
|
|
validInvalid:'', |
|
|
|
validInvalid:1, |
|
|
|
invalidReason:Number(this.effectiveindex), |
|
|
|
invalidNote:this.effectiveitext |
|
|
|
invalidNote:this.effectiveitext, |
|
|
|
houseId:localStorage.getItem('houseId') |
|
|
|
}).then((res) => { |
|
|
|
this.dialogFormVisible13=false; |
|
|
|
this.$message({ |
|
|
@@ -1129,7 +1131,8 @@ export default { |
|
|
|
this.$api.http.markConsultant({ |
|
|
|
speaker:num, |
|
|
|
id:this.isd, |
|
|
|
customerId:this.fileId |
|
|
|
customerId:this.fileId, |
|
|
|
houseId:localStorage.getItem('houseId') |
|
|
|
}).then((res) => { |
|
|
|
this.dialogFormVisible11=false; |
|
|
|
this.init() |
|
|
@@ -1179,6 +1182,7 @@ export default { |
|
|
|
cupid:this.form.cupid, |
|
|
|
wrongWord: this.form.wrongWord, |
|
|
|
customerId:this.fileId, |
|
|
|
houseId:localStorage.getItem('houseId') |
|
|
|
}).then((res) => { |
|
|
|
this.$message.success('保存成功') |
|
|
|
}) |
|
|
|