Skip to content

Commit

Permalink
修复在刷新任务之后再创建任务表单控件都disabled的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Sep 17, 2018
1 parent bc97639 commit c3d671d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/components/Task/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export default {
//reset params
this.sameTasks = []
this.form.taskId = undefined
this.disabledForm = false
if (visible) {
//check same task
const { data: downTasks } = await this.$http.get('http://127.0.0.1:26339/tasks?status=1,2,3')
Expand Down

0 comments on commit c3d671d

Please sign in to comment.