jiangping
2024-09-25 7161f1002609e1d9db0a18fe0f6833c23c391c65
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
    },