This commit is contained in:
2022-12-27 20:10:13 +08:00
parent 168ee247d5
commit 691271930c
12 changed files with 34 additions and 34 deletions

View File

@@ -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
}