src/views/taskinfo/taskinfo.vue
@@ -176,6 +176,8 @@ this.form.endTime = `${year}-${month}-${strDate} 23:59:59` this.form.source = 'SYSTEMNEW' this.form.state = '0' } else if (["edit"].includes(type)) { this.form.routeRange = '\'' + this.form.routeRange + '\'' } done(); },