统计分析接口联调

This commit is contained in:
ym1026
2025-09-04 16:04:37 +08:00
parent 61ed4f355f
commit 1cc916c53c
18 changed files with 517 additions and 959 deletions

View File

@@ -23,7 +23,7 @@
</template>
<div class="modal-content">
<div class="home-modal">
<Modal></Modal>
<Modal :station-id="changeStationId"></Modal>
</div>
</div>
</a-modal>
@@ -50,7 +50,6 @@ export default {
methods: {
async showModal(currentVal) {
this.changeStationId=currentVal.id
this.$emit('changeStation',this.changeStationId)
console.log(currentVal, 'cccccccccccccccccccccc')
this.showCtrModal = true
try {