lichao %!s(int64=3) %!d(string=hai) anos
pai
achega
c51056cd32
Modificáronse 2 ficheiros con 4 adicións e 6 borrados
  1. 1 5
      src/page/index/tags.vue
  2. 3 1
      src/views/dealer/allocation/detail.vue

+ 1 - 5
src/page/index/tags.vue

@@ -407,13 +407,9 @@ export default {
       } else {
         tag = item;
       }
-      console.log(tag)
-      console.log(tag.query);
-      console.log(tag.meta);
-      console.log(this.$router.$avueRouter.getPath({name: tag.label,src: tag.value},tag.meta));
       this.$router.push({
         path: this.$router.$avueRouter.getPath({name: tag.label,src: tag.value},tag.meta),
-        // query: tag.query
+        query: tag.query
       });
 
 

+ 3 - 1
src/views/dealer/allocation/detail.vue

@@ -855,7 +855,9 @@ export default {
     },
     // 报表
     openReport() {
-      this.switchDialog =! this.switchDialog;
+      if (this.verification()) {
+        this.switchDialog =! this.switchDialog;
+      }
     },
     // 报表关闭
     onClose(val) {