src/views/overview/OverviewListView.vue
@@ -23,7 +23,12 @@ </div> </div> <!-- 新建/编辑 --> <AddOverviewDialog v-if="editConfig.visible" :edit-common-config="editConfig" /> <AddOverviewDialog v-if="editConfig.visible" :work-type="workType" :edit-common-config="editConfig" :add-name="this.$route.query.name" /> </div> </template> @@ -53,7 +58,8 @@ visible: false, title: "新建", infomation: {} } }, workType: this.$route.query.workType } }, created() {