video/upload接口参数更改 #113
@@ -228,7 +228,8 @@ export default {
|
||||
},
|
||||
handlSuccess(res, file) {
|
||||
this.codes = res.code
|
||||
this.attachList = [{ annexId: res.annexId }];
|
||||
console.log(res)
|
||||
this.attachList = [{ annexId: res.annexId,annexType:res.annexType}];
|
||||
// this.$set(this.mediationData, "attachList", {annexId:res.annexId});
|
||||
},
|
||||
/** 获取案件详情信息 */
|
||||
@@ -341,6 +342,7 @@ export default {
|
||||
id: this.mediationData.id,
|
||||
caseFlowId: this.mediationData.caseFlowId,
|
||||
attachList: this.attachList,
|
||||
mediaResult: this.formData.mediaResult,
|
||||
}
|
||||
} else {
|
||||
if(this.formData.mediaResult != 1){
|
||||
@@ -353,6 +355,7 @@ export default {
|
||||
mediaResult: this.formData.mediaResult,
|
||||
}
|
||||
}
|
||||
console.log(mediationVal)
|
||||
this.mediationFn(mediationVal);
|
||||
},
|
||||
resultsMediation() {
|
||||
|
||||
Reference in New Issue
Block a user