禅道bug修复
This commit is contained in:
parent
e748c728c9
commit
c028ba6847
|
|
@ -271,7 +271,7 @@ export default {
|
|||
classification: 9,
|
||||
uuid: row.uuid,
|
||||
informationType: informationType,
|
||||
fromType: 2,
|
||||
fromType: 3,
|
||||
}).then(response => {
|
||||
console.log(response)
|
||||
if (response.data.length === 0) {
|
||||
|
|
|
|||
|
|
@ -271,7 +271,7 @@ export default {
|
|||
classification: 9,
|
||||
uuid: row.uuid,
|
||||
informationType: informationType,
|
||||
fromType: 2,
|
||||
fromType: 3,
|
||||
}).then(response => {
|
||||
console.log(response)
|
||||
if (response.data.length === 0) {
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
type="text"
|
||||
@click="handleRetract(scope.row)"
|
||||
v-hasPermi="['retract:auditing:supervisor:person']"
|
||||
v-if="scope.row.intoStatus == 1 || scope.row.intoStatus == 2"
|
||||
v-if="scope.row.intoStatus == 1"
|
||||
>
|
||||
撤回
|
||||
</el-button>
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
type="text"
|
||||
@click="auditRecord(scope.row)"
|
||||
v-hasPermi="['system:audit:query']"
|
||||
v-if="scope.row.intoStatus == 3 || scope.row.intoStatus == 4"
|
||||
v-if="scope.row.intoStatus == 2 ||scope.row.intoStatus == 3 || scope.row.intoStatus == 4"
|
||||
>
|
||||
审核记录
|
||||
</el-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue