diff --git a/src/views/batch/FlowDataBatchSearchView.vue b/src/views/batch/FlowDataBatchSearchView.vue index 280bab5..f0f9ce9 100644 --- a/src/views/batch/FlowDataBatchSearchView.vue +++ b/src/views/batch/FlowDataBatchSearchView.vue @@ -110,6 +110,7 @@ @@ -295,6 +296,7 @@ export default { const startTime = currentData.startTime; const endTime = currentData.endTime; const roomName = currentData.roomName; + $('#batchId').val(id); $('#growModalLabel').html('【' + name + '】的付费成长数据'); $('#batchInfo').html('场次名称:' + name + ' 房间:' + roomName + ' 时间:' + startTime + '-' + endTime); $('#growTable').bootstrapTable('destroy');