save and run throw message

This commit is contained in:
Captain.B 2020-03-04 22:15:14 +08:00
parent caa3d87bc0
commit acab2ab535
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
type: 'success'
});
this.result = this.$post(this.runPath, {id: this.testPlan.id}).then(() => {
this.result = this.$post(this.runPath, {id: this.testPlan.id}, () => {
this.$message({
message: this.$t('load_test.is_running'),
type: 'success'