|
|
@@ -2754,7 +2754,7 @@ export default {
|
|
|
title = this.lang.ssKWLTitle
|
|
|
}
|
|
|
this.dialogVisibleChoice = false;
|
|
|
- let _data = { id: new Date().getTime(), tool: 15, title: title, json: data, url: "" }
|
|
|
+ let _data = { id: new Date().getTime(), tool: tool, title: title, json: data, url: "" }
|
|
|
this.pptCourseJson.toolsList.push(_data);
|
|
|
this.getWorkPageId(_data.id, tool, data).then(res => {
|
|
|
let baseUrl = this.setUrl()
|