Merge remote-tracking branch 'origin/master'

This commit is contained in:
song.tianyang 2021-03-24 15:54:13 +08:00
commit a365dc0b42
3 changed files with 6 additions and 2 deletions

View File

@ -268,7 +268,7 @@
if (api) { if (api) {
let data = JSON.parse(JSON.stringify(api)); let data = JSON.parse(JSON.stringify(api));
data.id = getUUID(); data.id = getUUID();
this.httpForm = {id: data.id, name: data.name, protocol: data.protocol, path: data.path, method: REQ_METHOD[0].id, userId: getCurrentUser().id, request: data}; this.httpForm = {id: data.id, name: data.name, protocol: data.protocol, path: data.path, method: api.method, userId: getCurrentUser().id, request: data};
this.getMaintainerOptions(); this.getMaintainerOptions();
this.list(data); this.list(data);
this.httpVisible = true; this.httpVisible = true;

View File

@ -332,6 +332,10 @@
row.id = data.id; row.id = data.id;
row.createTime = data.createTime; row.createTime = data.createTime;
row.updateTime = data.updateTime; row.updateTime = data.updateTime;
if (!row.message) {
this.$success(this.$t('commons.save_success'));
this.$emit('refresh');
}
}); });
}, },
saveTestCase(row) { saveTestCase(row) {

@ -1 +1 @@
Subproject commit 2115bd28a90854d2b6276a90878934715498c584 Subproject commit 07951ba17aef6f29e50cfd68e40de3266f9a60cd