liukangdong
2024-06-07 ac44819c6bb4e71161c0b042d27a91c4f2c6666e
h5/pages/applicationRecord/applicationRecord.vue
@@ -36,7 +36,7 @@
        :key="index"
      >
        <view class="box_list_item_head">
          <text>{{ item.name }}的劳务入厂申请</text>
          <text>{{ item.name }}的劳务入园申请</text>
          <text class="loading">{{ statusMap[item.status] }}</text>
        </view>
        <view class="box_list_item_nr">
@@ -53,7 +53,7 @@
            <text>{{ item.starttime }}</text>
          </view>
          <view class="box_list_item_nr_item">
            <text>离厂时间:</text>
            <text>离园时间:</text>
            <text>{{ item.endtime }}</text>
          </view>
          <view class="box_list_item_nr_item">
@@ -122,9 +122,9 @@
        },
      }).then(res => {
        if (res.data.records.length > 0) {
          if(pagination.page === 1){
          if (pagination.page === 1) {
            this.list = res.data.records
          }else{
          } else {
            this.list = [...list, ...res.data.records]
          }
          this.total = res.data.total