guoshilong
2022-09-30 a3db0a5ff20483c8714fcafea393d6dee939c508
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();
      },