Explorar el Código

查询管理bug修复

yesheng hace 3 semanas
padre
commit
b6e63800ec
Se han modificado 1 ficheros con 1 adiciones y 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}`,
       });
     },
     /** 查询列表 */