Skip to content

Commit

Permalink
perf:update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDanny committed Feb 27, 2021
1 parent 959e70f commit eb2279d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/apiTest/apiTestCase/addCaseForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ export default {
],
// 请求方式下拉选项
requestMethod: [
{ value: 'post', label: 'POST' }, { value: 'get', label: 'GET' }
{ value: 'post', label: 'POST' },
{ value: 'get', label: 'GET' },
]
}
},
Expand Down

0 comments on commit eb2279d

Please sign in to comment.