修改已知bug
This commit is contained in:
@@ -212,7 +212,7 @@
|
|||||||
((record.roleCode == 1 && !record.regulationOwnerSubmitStatus) ||
|
((record.roleCode == 1 && !record.regulationOwnerSubmitStatus) ||
|
||||||
(record.roleCode == 2 && !record.homologationEngineerSubmitStatus) ||
|
(record.roleCode == 2 && !record.homologationEngineerSubmitStatus) ||
|
||||||
(record.roleCode == 4 && !record.regulationOwnerSubmitStatus && !record.homologationEngineerSubmitStatus)))
|
(record.roleCode == 4 && !record.regulationOwnerSubmitStatus && !record.homologationEngineerSubmitStatus)))
|
||||||
|| record.roleCode == 0"
|
|| (record.roleCode == 0 && record.taskAffirmStatus != 'List to confirm')"
|
||||||
@click="edit(record)">
|
@click="edit(record)">
|
||||||
{{ $t('edit') }}
|
{{ $t('edit') }}
|
||||||
</a>
|
</a>
|
||||||
@@ -1664,7 +1664,7 @@
|
|||||||
startProcess(value) {
|
startProcess(value) {
|
||||||
let query = {
|
let query = {
|
||||||
type: 1,
|
type: 1,
|
||||||
projectLawsInvnetoryList:value,
|
projectLawsInvnetoryList: value,
|
||||||
projectNameId: this.$route.query.projectNameId,
|
projectNameId: this.$route.query.projectNameId,
|
||||||
projectName: this.$route.query.projectName,
|
projectName: this.$route.query.projectName,
|
||||||
projectLawsInventoryId: value.id,
|
projectLawsInventoryId: value.id,
|
||||||
@@ -1688,7 +1688,7 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
// this.completeTask(value, res.result, index)
|
// this.completeTask(value, res.result, index)
|
||||||
}else{
|
} else {
|
||||||
this.$message.warning(this.$t('operationFailed'))
|
this.$message.warning(this.$t('operationFailed'))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user