zengh
2022-06-08 30bc1b90567c6c63be755ed6b97c106622b79d07
新增逻辑修改
3 files modified
26 ■■■■■ changed files
src/views/activitys/real.vue 8 ●●●●● patch | view | raw | blame | history
src/views/activitys/real_px.vue 9 ●●●●● patch | view | raw | blame | history
src/views/activitys/real_xc.vue 9 ●●●●● patch | view | raw | blame | history
src/views/activitys/real.vue
@@ -899,9 +899,6 @@
        });
    },
    beforeOpen(done, type) {
      this.form.timeList = [];
      this.form["timeList"][0]= this.form["time"];
      this.form["timeList"][1]= this.form["endtime"];
      // console.log(type, "this.formthis.formthis.form");
      // console.log(type);
      // if (["edit", "view"].includes(type)) {
@@ -915,6 +912,11 @@
        done();
        return;
      }
      this.form.timeList = [];
      this.form["timeList"][0]= this.form["time"];
      this.form["timeList"][1]= this.form["endtime"];
      if (this.form.line != "" && this.form != undefined) {
        this.form["haveMap"] = "已绘制路径!";
      } else {
src/views/activitys/real_px.vue
@@ -925,9 +925,7 @@
        });
    },
    beforeOpen(done, type) {
      this.form.timeList = [];
      this.form["timeList"][0]= this.form["time"];
      this.form["timeList"][1]= this.form["endtime"];
      // console.log(type, "this.formthis.formthis.form");
      // console.log(type);
      // if (["edit", "view"].includes(type)) {
@@ -941,6 +939,11 @@
        done();
        return;
      }
      this.form.timeList = [];
      this.form["timeList"][0]= this.form["time"];
      this.form["timeList"][1]= this.form["endtime"];
      if (this.form.line != "" && this.form != undefined) {
        this.form["haveMap"] = "已绘制路径!";
      } else {
src/views/activitys/real_xc.vue
@@ -899,9 +899,7 @@
        });
    },
    beforeOpen(done, type) {
      this.form.timeList = [];
      this.form["timeList"][0]= this.form["time"];
      this.form["timeList"][1]= this.form["endtime"];
      // console.log(type, "this.formthis.formthis.form");
      // console.log(type);
      // if (["edit", "view"].includes(type)) {
@@ -915,6 +913,11 @@
        done();
        return;
      }
      this.form.timeList = [];
      this.form["timeList"][0]= this.form["time"];
      this.form["timeList"][1]= this.form["endtime"];
      if (this.form.line != "" && this.form != undefined) {
        this.form["haveMap"] = "已绘制路径!";
      } else {