guoshilong
2022-09-30 a3db0a5ff20483c8714fcafea393d6dee939c508
src/views/taskinfo/taskinfoPlan.vue
@@ -186,6 +186,8 @@
      beforeOpen(done, type) {
        if (["add"].includes(type)) {
          this.form.status = 2
        }else if (["edit"].includes(type)) {
          this.form.routeRange = '\'' + this.form.routeRange + '\''
        }
        done();
      },