平台件认证清单-工程接口人在编辑中不能正常回显

This commit is contained in:
zyx.net
2023-09-28 09:40:15 +08:00
parent 11ef4923e3
commit 71a31e83ac
2 changed files with 7 additions and 6 deletions
@@ -804,9 +804,9 @@
if (value.dutyDepart && value.dutyDepart.length > 0) {
this.getDutyTerritoryOne(value.dutyDepart.join(','))
}
if (value.dutyTerritory && value.dutyTerritory.length > 0) {
this.queryPersonByProject(value.dutyTerritory.join(','))
}
// if (value.dutyTerritory && value.dutyTerritory.length > 0) {
// this.queryPersonByProject(value.dutyTerritory.join(','))
// }
this.getRegulationNo()
this.title = this.$t('edit')
this.$nextTick(() => {
@@ -1136,8 +1136,9 @@
let ids = []
let notConditions = []
for (let i = 0; i < this.selectedRowKeysList.length; i++) {
if (this.selectedRowKeysList[i].flowStatus == 'List to be released' ||
this.selectedRowKeysList[i].flowStatus == 'Review and pass') {
if (this.selectedRowKeysList[i].flowStatus == 'List to be checked' ||
this.selectedRowKeysList[i].flowStatus == 'Review and pass' ||
this.selectedRowKeysList[i].flowStatus == 'Duty Person Rejected') {
ids.push(this.selectedRowKeysList[i].id)
} else {
notConditions.push(this.selectedRowKeysList[i].inspectionItem)
@@ -1145,7 +1146,7 @@
}
let data = ''
if (notConditions && notConditions.length > 0) {
data = this.$t('inspectionItems') + '"' + notConditions.join('、') + '"' + this.$t('conditionsNotMet') + ',' + this.$t('onlyDataWithProcessStatusDeleted')
data = this.$t('inspectionItems') + '"' + notConditions.join('、') + '"' + this.$t('conditionsNotMet') + ',' + this.$t('onlyDataProcessStatusDeleted')
}
if (ids && ids.length > 0) {
this.$confirm({