|
|
@@ -54,7 +54,7 @@ export default {
|
|
|
components: { orgInfo, ProjectInfo },
|
|
|
data() {
|
|
|
return {
|
|
|
- type: 'orgInfo',
|
|
|
+ type: 'project',
|
|
|
typeOptions: [
|
|
|
{
|
|
|
label: '企业',
|
|
|
@@ -104,6 +104,7 @@ export default {
|
|
|
search: this.searchval,
|
|
|
size: this.size,
|
|
|
page: this.page,
|
|
|
+ sort: 'createdAt,desc',
|
|
|
})
|
|
|
.then((res) => {
|
|
|
this.list = [...this.list, ...res.content];
|