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