|
@@ -138,7 +138,7 @@ export default {
|
|
|
let that = this;
|
|
|
api.createTest(data).then(res => {
|
|
|
if (res.success) {
|
|
|
- that.$router.push({ path: "/h5editor", query: { itemId: res.id } });
|
|
|
+ that.$router.push({ path: "/h5editor", query: { itemId: res.id ,testcaseId:item.testcaseId} });
|
|
|
}
|
|
|
});
|
|
|
}
|
|
@@ -147,4 +147,4 @@ export default {
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
@import "./cncTestLists.scss";
|
|
|
-</style>
|
|
|
+</style>
|