diff --git a/src/component/enterpriseAnnouncement/announcementType.vue b/src/component/enterpriseAnnouncement/announcementType.vue index 3faf2db6dfbd2ef83052bfe794f0e85fbb78ec7b..8c311c1df40b60479ca6126f9e4e4790bc505a40 100644 --- a/src/component/enterpriseAnnouncement/announcementType.vue +++ b/src/component/enterpriseAnnouncement/announcementType.vue @@ -14,20 +14,20 @@ let tableData = ref([ sort: 1, typeName: "普通公告", parent: 0, - state: "正常", + state: true, }, { id: 2, sort: 2, typeName: "紧急公告", parent: 0, - state: "正常", + state: true, children: [ { id: 6, sort: 0, typeName: "紧急公告", - state: "正常", + state: true, parent: 2, } ] @@ -36,7 +36,7 @@ let tableData = ref([ id: 3, sort: 3, typeName: "防疫公告", - state: "正常", + state: true, parent: 0, }, ])