ll
liukangdong
2024-09-24 e1c24d5ac92e89b214efe5a313b31459ddab537f
pda/pages/index/queueup.vue
@@ -21,7 +21,7 @@
        />
      </view>
      <view class="count"
        >已签到车辆:<text>{{ total }}</text></view
        >总排队车辆:<text>{{ total }}</text></view
      >
    </view>
    <!--  -->
@@ -139,6 +139,7 @@
    platConfirm(e) {
      const index = e.indexs[0]
      this.platformGroup = this.platformGroupList[index]
         this.platformLineUpList = []
      this.getList()
      this.showPlatformgroup = false
    },