|
|
@ -198,7 +198,7 @@ |
|
|
|
<!-- 吹哨上报@click="cssbAction(scope.row.id)"吹哨上报,再次上报dealAction --> |
|
|
|
<el-button type="text" |
|
|
|
size="small" |
|
|
|
v-if="!(scope.row.processState == '16'||scope.row.processState == '2021'||scope.row.processState == '1105' )" |
|
|
|
v-if="!(scope.row.processState == '16'||scope.row.processState == '2021'||scope.row.processState == '1105'||scope.row.processState == '3001' )" |
|
|
|
class="custom-table-button-default" |
|
|
|
@click="goShowCssbActionPopup(scope.row.id,scope.row.itemHandleDeptId,scope.row.itemHandleDeptName)">再处理</el-button> |
|
|
|
<el-button type="text" |
|
|
@ -443,12 +443,14 @@ export default { |
|
|
|
type: 'success', |
|
|
|
message: '再次上报成功' |
|
|
|
}); |
|
|
|
this.getDataList() |
|
|
|
} else { |
|
|
|
this.$message({ |
|
|
|
type: 'info', |
|
|
|
message: res.msg |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
this.ifShowCssbAction = false |
|
|
|
}).catch(() => { }) |
|
|
|
|
|
|
|