This commit is contained in:
fit2-zhao 2021-02-02 17:46:13 +08:00
commit 0217f0e0ed
2 changed files with 0 additions and 6 deletions

View File

@ -30,11 +30,6 @@
this.$refs.nameInput.focus();
});
},
watch: {
editData() {
this.$refs.nameInput.focus();
}
}
}
</script>

View File

@ -288,7 +288,6 @@
url = "/api/testcase/update";
} else {
tmp.request.path = this.api.path;
tmp.request.method = this.api.method;
}
if (tmp.tags instanceof Array) {
tmp.tags = JSON.stringify(tmp.tags);