This commit is contained in:
liuye
2023-06-09 11:53:52 +08:00
parent f59179e3bc
commit 00340f1d21
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ export default {
}, },
data() { data() {
return { return {
component: "Detail", component: "List",
params: {}, params: {},
include: [], include: [],
}; };

View File

@@ -173,7 +173,7 @@
this.id = this.params.id this.id = this.params.id
this.getList() this.getList()
} }
this.getList() // this.getList()
}, },
methods: { methods: {