han\hanst 1 week ago
parent
commit
8cf76292d8
  1. 3
      src/views/modules/eam/eamDocumentTypeDefinition.vue

3
src/views/modules/eam/eamDocumentTypeDefinition.vue

@ -533,6 +533,7 @@
this.pageSize = data.page.pageSize this.pageSize = data.page.pageSize
this.totalPage = data.page.totalCount this.totalPage = data.page.totalCount
for (let i = 0; i < this.dataList.length; i++) { for (let i = 0; i < this.dataList.length; i++) {
this.dataList[i].responsibleDepartmentTemp = this.dataList[i].responsibleDepartment
this.dataList[i].responsibleDepartment = this.dataList[i].roleDesc this.dataList[i].responsibleDepartment = this.dataList[i].roleDesc
} }
} }
@ -611,7 +612,7 @@
// bu: row.site + '_' + row.buNo, // bu: row.site + '_' + row.buNo,
documentTypeId: row.documentTypeId, documentTypeId: row.documentTypeId,
documentType: row.documentType, documentType: row.documentType,
responsibleDepartment: row.responsibleDepartment,
responsibleDepartment: row.responsibleDepartmentTemp,
estimatedCompletionDays: row.estimatedCompletionDays, estimatedCompletionDays: row.estimatedCompletionDays,
// active: row.active, // active: row.active,
createBy: this.$store.state.user.name, createBy: this.$store.state.user.name,

Loading…
Cancel
Save