| | |
| | | _fieldval.color = 'primary' |
| | | } |
| | | } |
| | | this.record.resetPageIndex = 'false' |
| | | if ([this.record.execSuccess, this.record.execError].includes('grid')) { |
| | | _fieldval.resetPageIndex = 'false' |
| | | } |
| | | } else if (value === 'audit') { |
| | | _fieldval.label = '审核' |
| | | _fieldval.Ot = 'required' |
| | |
| | | } else { |
| | | _fieldval.color = 'danger' |
| | | } |
| | | this.record.resetPageIndex = 'true' |
| | | if ([this.record.execSuccess, this.record.execError].includes('grid')) { |
| | | _fieldval.resetPageIndex = 'true' |
| | | } |
| | | } else if (value === 'custom') { |
| | | _fieldval.Ot = 'required' |
| | | } |