''
liukangdong
2024-06-12 a272691bfb1d184e07b91debd9d38f40d2920917
h5/pages/applicationRecord/applicationRecord.vue
@@ -64,6 +64,7 @@
          <view class="box_list_item_nr_text">{{ item.createDate }} 提交</view>
        </view>
      </view>
      <image v-if="list.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" />
    </view>
  </view>
</template>
@@ -108,6 +109,7 @@
    },
    tabsClick(val) {
      this.pagination.page = 0
      this.list = []
      this.status = val
      this.getList()
    },