|
|
@@ -823,7 +823,6 @@ export default {
|
|
|
},
|
|
|
onJsonSave(value) {
|
|
|
this.createAPITestForm.params = value;
|
|
|
- console.log(this.createAPITestForm.params);
|
|
|
this.jsonValid = true;
|
|
|
},
|
|
|
onError(value) {
|
|
|
@@ -954,7 +953,6 @@ export default {
|
|
|
}
|
|
|
case 'latest': {
|
|
|
this.deployHistoryInfo = await FuncTestAPI.getLatestRecord(this.$store.state.workspace.currentProjectId);
|
|
|
- console.log(this.deployHistoryInfo);
|
|
|
this.deployHistoryDrawer = true;
|
|
|
break;
|
|
|
}
|