会话
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
component: "Detail",
|
component: "List",
|
||||||
params: {},
|
params: {},
|
||||||
include: [],
|
include: [],
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -136,7 +136,7 @@
|
|||||||
{name: '文件', value: 'file'},
|
{name: '文件', value: 'file'},
|
||||||
],
|
],
|
||||||
searchMsg: '',
|
searchMsg: '',
|
||||||
id: 'LiuYe'
|
id: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
this.id = this.params.id
|
this.id = this.params.id
|
||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
this.getList()
|
// this.getList()
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user