|
@@ -1025,8 +1025,8 @@ export default {
|
|
|
getTransSet(data){
|
|
|
pptEnInterface.transPPTtoReport({
|
|
|
PptId:this.pptItem.PptId,
|
|
|
- ClassifyIdFirst:data.type[0],
|
|
|
- ClassifyIdSecond:data.type[1]?data.type[1]:0,
|
|
|
+ ClassifyIdFirst:data.type[1]?data.type[1]:0,
|
|
|
+ ClassifyIdSecond:data.type[2]?data.type[2]:0,
|
|
|
Title:data.title,
|
|
|
Abstract:data.abstract
|
|
|
}).then(res=>{
|