zuozhengqing
2023-12-18 fa523e19c4e89c3a08aff41fe5acb57392a0f0aa
src/views/overview/AddOverviewDialog.vue
@@ -547,7 +547,10 @@
    this.setBottonView()
    this.setDetailTableForm()
    this.getLocationList()
    this.receiptType = this.editConfig.title === "查看" ? this.editConfig.infomation.operationTypeName : this.addName
    this.receiptType =
      this.editConfig.title === "查看" || this.editConfig.title === "编辑"
        ? this.editConfig.infomation.operationTypeName
        : this.addName
    if (this.showOperationType) {
      this.getListTransfer()
    }