11
WXL
2023-10-18 53ec93887912ec83577e56cbd8c0f8cef2986431
src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -2239,11 +2239,9 @@
      this.operationType = "detail";
      this.title = "报销申请详情";
      this.jurisdiction = true;
      this.reset();
      this.open = true;
      const id = ids || this.ids;
      getReimbursement(id).then(response => {
        this.form = response.data;
        //票据
@@ -2257,7 +2255,6 @@
              .split(",")
              .map(item => ({ url: item, name: item }))
          : [];
        //审核状态
        this.form.recordstatus = response.data.recordstatus + "";
        let ids = response.data.id;