南昌市物联网技防平台-前端
liuyg
2021-04-12 f0e70039e87eab0a013d12ca5dac973dd261de20
src/views/parcel/parcel.vue
@@ -216,11 +216,6 @@
    },
    methods: {
      beforeOpen(done, type) {
        if (["view"].includes(type)) {
          getDetail(this.form.imgUrl).then(res => {
            this.form = res.data.data;
          });
        }
        done();
      },
      searchReset() {
@@ -260,11 +255,13 @@
           if (this.$route.query.startTime != undefined && this.$route.query.startTime != null && this.$route.query.startTime != "" ) {
             return this.$route.query.startTime
           }
           return '';
      },
      getEndTime(){
           if (this.$route.query.endTime != undefined && this.$route.query.endTime != null && this.$route.query.endTime != "" ) {
             return this.$route.query.endTime
           }
           return '';
      },
      getIsKindParams(){
        if(this.$route.query.decisioDiagramResult && this.$route.query!='' && this.$route.query!=null && this.$route.query!=undefined){