zengh
2021-05-08 ac57c3912cd278279c9472829b112b3f2482ce10
背景图替换
2 files modified
15 ■■■■■ changed files
src/components/real-popup/main.vue 1 ●●●● patch | view | raw | blame | history
src/page/index/logo.vue 14 ●●●●● patch | view | raw | blame | history
src/components/real-popup/main.vue
@@ -562,7 +562,6 @@
          }).then((resdata) => {});
          //   that.onLoad(that.page, that.query);
          if (t == "办结") {
            console.log(t, 354343);
            location.reload();
          } else {
            that.$router.push({
src/page/index/logo.vue
@@ -194,7 +194,7 @@
              <el-form-item>
                <el-button
                  type="success"
                  @click.stop="updateJtyep(form, 1, '办结')"
                  @click.stop="updateJtyep(form, 2, '办结')"
                  >办结
                </el-button>
@@ -538,10 +538,14 @@
            },
          }).then((resdata) => {});
          that.$router.push({
            path: "/policeTracking/track",
            query: that.form,
          });
          if (t == "办结") {
            location.reload();
          } else {
            that.$router.push({
              path: "/policeTracking/track",
              query: that.form,
            });
          }
        });
    },
    beginTimeOrEndTime(time) {