Merge branch 'master' of https://github.com/metersphere/metersphere
This commit is contained in:
commit
0217f0e0ed
|
@ -30,11 +30,6 @@
|
|||
this.$refs.nameInput.focus();
|
||||
});
|
||||
},
|
||||
watch: {
|
||||
editData() {
|
||||
this.$refs.nameInput.focus();
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue