|
@@ -717,7 +717,7 @@ export default {
|
|
// 二次申诉
|
|
// 二次申诉
|
|
secondStatement: {
|
|
secondStatement: {
|
|
conditions: ({ row, index, column }) => {
|
|
conditions: ({ row, index, column }) => {
|
|
- return row.isSecond == false && row.websitResult == 'All' && row.status == 'OK'
|
|
|
|
|
|
+ return row.isSecond == false && row.websitResult == 'ALL' && row.status == 'OK'
|
|
},
|
|
},
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
appraiseApplyApplyDetail({
|
|
appraiseApplyApplyDetail({
|