Skip to content

Commit 340e593

Browse files
committed
修复创建项目时无法获取公共模板的问题 a54552239#23
1 parent 4aa478c commit 340e593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/project/list/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
});
235235
},
236236
projectTemplates() {
237-
projectTemplates({pageSize: 100, viewType: 0}).then(res => {
237+
projectTemplates({pageSize: 100, viewType: -1}).then(res => {
238238
this.templateList = res.data.list;
239239
});
240240
},

0 commit comments

Comments
 (0)