|
|
@ -396,7 +396,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// 审核状态修改 |
|
|
// 审核状态修改 |
|
|
handleJudgeChange(row) { |
|
|
handleJudgeChange(row) { |
|
|
let text = row.status === "1" ? "通过" : "待定"; |
|
|
let text = row.status === "1" ? "审核通过" : "审核拒绝"; |
|
|
this.$modal.confirm('确认要' + text + 'id为' + row.id + '的图片吗?').then(function() { |
|
|
this.$modal.confirm('确认要' + text + 'id为' + row.id + '的图片吗?').then(function() { |
|
|
let data = { |
|
|
let data = { |
|
|
id: row.id, |
|
|
id: row.id, |
|
|
|