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() {
return {
component: "Detail",
component: "List",
params: {},
include: [],
};

View File

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