zuozhengqing
2023-10-28 4b4438e7231bff0f260b0c17761072503e2af7b1
src/views/overview/OverviewListView.vue
@@ -264,10 +264,11 @@
    },
    // 新建
    addBtnClick() {
      this.editConfig.visible = true
      this.editConfig.title = "新建"
      this.editConfig.operationTypeId = this.$route.params.id
      this.editConfig.code=this.$route.params.code
      this.editConfig.infomation = {}
      this.editConfig.visible = true
    },
    // 状态
    getStatus(val) {