src/views/project/travelexpenseslistrecord/index.vue
@@ -947,6 +947,10 @@ }, /** 修改按钮操作 */ handleUpdate(row) { this.$router.push({ path: "/finance/travelexpenseslist/Modifydetails/", query: { id: row.id, pos: 4 } }); this.dialogType = "edit"; const id = row.id || this.ids; this.checkObj.fundid = id; @@ -1313,7 +1317,7 @@ this.$modal.msgSuccess(response.msg); this.fileList.push({ name: response.fileName, url: response.fileName }); } else { this.$modal.msgError(response.msg); console.log(response.msg);; } },