|
@@ -123,7 +123,9 @@ export default {
|
|
|
type: "success",
|
|
|
});
|
|
|
let obj = this.courseData.find((e) => e.goodsId == this.tableRadio);
|
|
|
- this.activeData = Object.assign(this.activeData, obj);
|
|
|
+ this.activeData = Object.assign(this.activeData, obj, {
|
|
|
+ specTemplateId,
|
|
|
+ });
|
|
|
this.dialogTableVisible = false;
|
|
|
});
|
|
|
},
|