This commit is contained in:
liuye
2023-06-09 09:29:50 +08:00
parent b5afda4cce
commit 75d33443f0
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -136,7 +136,7 @@
{name: '文件', value: 'file'},
],
searchMsg: '',
id: 'LiuYe'
id: ''
}
},
computed: {
@@ -148,7 +148,7 @@
this.id = this.params.id
this.getList()
}
this.getList()
// this.getList()
},
methods: {