guoshilong
2022-09-21 44aa0c04a0276fcd1f8ac98f89c29d2d621f05ca
src/views/taskinfo/taskinfoPlan.vue
@@ -171,6 +171,8 @@
          getDetail(this.form.id).then(res => {
            this.form = res.data.data;
          });
        } else {
          this.form.status = 2
        }
        done();
      },