Commit e4e38ecc authored by renjintao's avatar renjintao

routingqccard

parent 79104152
...@@ -31,7 +31,6 @@ import Api from "./api"; ...@@ -31,7 +31,6 @@ import Api from "./api";
import Search from "./search"; import Search from "./search";
export default { export default {
name: "list", name: "list",
props: ["routId"],
components: { components: {
Search Search
}, },
...@@ -249,7 +248,6 @@ export default { ...@@ -249,7 +248,6 @@ export default {
}, },
mounted() { mounted() {
console.log(this); console.log(this);
alert(this.routId)
}, },
async fetch({ store, params }) { async fetch({ store, params }) {
await store.dispatch("loadDictionary"); // 加载数据字典 await store.dispatch("loadDictionary"); // 加载数据字典
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment