禅道bug修复

This commit is contained in:
马三炮 2025-06-18 16:30:21 +08:00
parent e748c728c9
commit c028ba6847
3 changed files with 4 additions and 4 deletions

View File

@ -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) {

View File

@ -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) {

View File

@ -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>