Explorar o código

查询管理bug修复

yesheng hai 3 semanas
pai
achega
b6e63800ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/mes/queryManage/index.vue

+ 1 - 1
src/views/mes/queryManage/index.vue

@@ -202,7 +202,7 @@ export default {
     },
     handleToQuery(id) {
       this.$router.push({
-        path: `/querymanage/querymanage/query?id=${id}`,
+        path: `/querymanage/queryForm?id=${id}`,
       });
     },
     /** 查询列表 */