南昌市物联网技防平台-前端
Administrator
2021-05-08 23bdcca2b8a90286c45926fd0978b08fa304fbb4
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) {