diff --git a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue index b9b56c28a..150448ebf 100644 --- a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue +++ b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue @@ -362,7 +362,7 @@ }, submit(callback) { if (this.histortData && this.histortData.length > 0) { - callback && callback(this.histortData) + callback && callback(this.histortData,this.deleteList.join(',')) } else { this.$message.warning('请至少添加一条数据') }