Penny 3 years ago
parent
commit
06478b2789
  1. 2
      src/views/img/tiktokImg/index.vue

2
src/views/img/tiktokImg/index.vue

@ -435,7 +435,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,

Loading…
Cancel
Save