修改
This commit is contained in:
@@ -113,9 +113,6 @@ export default {
|
||||
crudMethod: {},
|
||||
optShow: {
|
||||
reset: true
|
||||
},
|
||||
query: {
|
||||
createTime: [start.daysAgo(7), new Date()]
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@@ -291,7 +291,7 @@ export default {
|
||||
this.crud.notify('请选择一条任务项', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
return
|
||||
}
|
||||
if (this.dis_row.work_status !== '01') {
|
||||
if (this.dis_row.work_status !== '04') {
|
||||
this.crud.notify('只能对状态为生成的任务进行下发!', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user