Merge branch 'master' of https://github.com/metersphere/metersphere
This commit is contained in:
commit
0217f0e0ed
|
@ -30,11 +30,6 @@
|
||||||
this.$refs.nameInput.focus();
|
this.$refs.nameInput.focus();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
watch: {
|
|
||||||
editData() {
|
|
||||||
this.$refs.nameInput.focus();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -288,7 +288,6 @@
|
||||||
url = "/api/testcase/update";
|
url = "/api/testcase/update";
|
||||||
} else {
|
} else {
|
||||||
tmp.request.path = this.api.path;
|
tmp.request.path = this.api.path;
|
||||||
tmp.request.method = this.api.method;
|
|
||||||
}
|
}
|
||||||
if (tmp.tags instanceof Array) {
|
if (tmp.tags instanceof Array) {
|
||||||
tmp.tags = JSON.stringify(tmp.tags);
|
tmp.tags = JSON.stringify(tmp.tags);
|
||||||
|
|
Loading…
Reference in New Issue