|
@@ -195,6 +195,7 @@ export default {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
this.shareModel = {
|
|
this.shareModel = {
|
|
id: item._id,
|
|
id: item._id,
|
|
|
|
+ testcaseId: item.testcaseId,
|
|
shareTitle: res.single.shareTitle,
|
|
shareTitle: res.single.shareTitle,
|
|
shareContent: res.single.shareContent,
|
|
shareContent: res.single.shareContent,
|
|
shareImg: res.single.shareImg,
|
|
shareImg: res.single.shareImg,
|