diff --git a/data-room-ui/packages/BigScreenList/EditForm.vue b/data-room-ui/packages/BigScreenList/EditForm.vue
index dc9a8744..ba711db8 100644
--- a/data-room-ui/packages/BigScreenList/EditForm.vue
+++ b/data-room-ui/packages/BigScreenList/EditForm.vue
@@ -67,6 +67,22 @@
class="bs-el-input-number"
/>
+
+
+
+
+
{
+ this.$dataRoomAxios.get('/bigScreen/type/list/bigScreenCatalog').then((resp) => {
+ this.catalogList = resp
+ })
if (code) {
this.$dataRoomAxios.get(`/bigScreen/design/info/code/${code}`).then((resp) => {
this.$set(this, 'title', resp.name)