Explorar o código

路由带参数

zhouna %!s(int64=5) %!d(string=hai) anos
pai
achega
de2f9fd6f7
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      src/components/qualityControl/AutoTestTask.vue

+ 6 - 1
src/components/qualityControl/AutoTestTask.vue

@@ -89,9 +89,14 @@
     },
     methods: {
       toTaskDetail(id){
+        const pam = this.searched ? {
+          currentPage: this.currentPage,
+          filter: this.filter,
+          id
+        } : {currentPage: this.currentPage,id};
          this.$router.push({
            name:'TaskDetail',
-           params: {id}
+           params: pam
          })
       },
       filterDatas(){