|
@@ -263,7 +263,7 @@ export default {
|
|
|
this.clientTypeEnumList = res.data.clientTypeEnumList
|
|
|
this.serviceTypeEnumList = res.data.serviceTypeEnumList
|
|
|
})
|
|
|
- await taskListCreate({ statusList: [5, 6, 7, 8, 9, 10] }).then(res => { // 获取任务数据 (后期用this.taskStatus)
|
|
|
+ await taskListCreate({}).then(res => { // 获取任务数据 (后期用this.taskStatus)
|
|
|
this.taskIdStr = res.data
|
|
|
})
|
|
|
if (this.$route.query.id) {
|