|
|
@ -340,11 +340,11 @@ export default { |
|
|
|
}, |
|
|
|
toAppeal() { |
|
|
|
if (this.multipleSelection.length === 1) { |
|
|
|
if (this.multipleSelection[0].gsfkjg !== '通过' && this.multipleSelection[0].ssjg !== '通过') { |
|
|
|
if (!this.multipleSelection[0].showHandleBtn) { |
|
|
|
this.viewState = 5 |
|
|
|
this.$refs['divSS'].showAdd(this.multipleSelection[0].sid) |
|
|
|
} else { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择公司风控结果为不通过且申诉结果不为通过的进行申诉操作' }) |
|
|
|
this.$message({ showClose: true, type: 'error', message: '该记录不符合申诉条件' }) |
|
|
|
} |
|
|
|
} else { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择一条记录进行申诉操作' }) |
|
|
|