yangfeng
2023-09-15 b823a11d74b6623fadcfab27150cdbb0ad9766f5
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() {