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;