Browse Source

增加在处理按钮状态码

release/epdc
井乐禹 2 years ago
parent
commit
66c6ba9613
  1. 4
      src/views/modules/events/appeal-cssb-list.vue

4
src/views/modules/events/appeal-cssb-list.vue

@ -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(() => { })

Loading…
Cancel
Save