|
|
|
@ -624,13 +624,13 @@ export default { |
|
|
|
console.log('detail--------------',this.detailInfo) |
|
|
|
console.log('detail--------------',this.detailInfo) |
|
|
|
|
|
|
|
|
|
|
|
let params = { |
|
|
|
let params = { |
|
|
|
|
|
|
|
...this.insideInfo, |
|
|
|
bizType:this.testType == 1 ? 3 : this.testType == 2 ? this.disposalType == 1 ? 1 : 2 : '', |
|
|
|
bizType:this.testType == 1 ? 3 : this.testType == 2 ? this.disposalType == 1 ? 1 : 2 : '', |
|
|
|
isBatProblem:this.checkList.includes('isBatProblem') ? 1 : 0, |
|
|
|
isBatProblem:this.checkList.includes('isBatProblem') ? 1 : 0, |
|
|
|
isClassicProblem:this.checkList.includes('isClassicProblem') ? 1 : 0, |
|
|
|
isClassicProblem:this.checkList.includes('isClassicProblem') ? 1 : 0, |
|
|
|
isLowError:this.checkList.includes('isLowError') ? 1 : 0, |
|
|
|
isLowError:this.checkList.includes('isLowError') ? 1 : 0, |
|
|
|
isQualityProblem:this.checkList.includes('isQualityProblem') ? 1 : 0, |
|
|
|
isQualityProblem:this.checkList.includes('isQualityProblem') ? 1 : 0, |
|
|
|
submitType:10, |
|
|
|
submitType:10, |
|
|
|
...this.insideInfo |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
console.log('params------------',params) |
|
|
|
console.log('params------------',params) |
|
|
|
|