diff --git a/src/views/credit/rempunish/accept.vue b/src/views/credit/rempunish/accept.vue index 3ce5c9f..c4b9668 100644 --- a/src/views/credit/rempunish/accept.vue +++ b/src/views/credit/rempunish/accept.vue @@ -269,11 +269,11 @@ @@ -298,6 +298,7 @@ filterable class="custom" style="width:40%" + @change="handlePerformerChange" > item.primaryKey === selectedValue); + if (selectedReviewer) { + this.punishInfo.nextPerformerName = selectedReviewer.name; + } else { + this.punishInfo.nextPerformerName = ''; // 如果没有找到,清空 + } + }, // 动态获取下一步操作人的 label getOperatorLabel() { if (this.punishInfo.linkType === '1') {