Commit e4e38ecc authored by renjintao's avatar renjintao

routingqccard

parent 79104152
......@@ -31,7 +31,6 @@ import Api from "./api";
import Search from "./search";
export default {
name: "list",
props: ["routId"],
components: {
Search
},
......@@ -249,7 +248,6 @@ export default {
},
mounted() {
console.log(this);
alert(this.routId)
},
async fetch({ store, params }) {
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