修改
This commit is contained in:
parent
541c4db0d0
commit
ecfaea249d
@ -314,10 +314,10 @@ export default {
|
||||
this.$message.error("请选择任务细分");
|
||||
return loading.close();
|
||||
}
|
||||
if (!this.form.taskStatus) {
|
||||
this.$message.error("请选择任务状态");
|
||||
return loading.close();
|
||||
}
|
||||
// if (!this.form.taskStatus) {
|
||||
// this.$message.error("请选择任务状态");
|
||||
// return loading.close();
|
||||
// }
|
||||
updateRouteCheckStatus({
|
||||
routeCheckStatus: this.routeform.routeCheckStatus,
|
||||
id: this.form.specialDiseaseNodeId,
|
||||
|
||||
@ -1117,10 +1117,10 @@ export default {
|
||||
this.$message.error("请选择任务细分");
|
||||
return loading.close();
|
||||
}
|
||||
if (!this.form.taskStatus) {
|
||||
this.$message.error("请选择任务状态");
|
||||
return loading.close();
|
||||
}
|
||||
// if (!this.form.taskStatus) {
|
||||
// this.$message.error("请选择任务状态");
|
||||
// return loading.close();
|
||||
// }
|
||||
updateRouteCheckStatus({
|
||||
routeCheckStatus: this.routeform.routeCheckStatus,
|
||||
id: this.form.specialDiseaseNodeId,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user