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