zuozhengqing
2023-10-26 4bc1149813c8067dd276e320d39b81e33232816f
src/views/overview/OverviewListView.vue
@@ -230,7 +230,8 @@
        number: this.keyword,
        operationTypeId: this.params.id,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
        pageSize: this.pagerOptions.pageSize,
        status: this.params.status
      }).then((res) => {
        console.log(res.data)
        if (res.code === 200) {
@@ -263,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) {