jiangping
2024-06-12 78dd96d3db3ff54deda77611b5dfea33e40914a3
h5/pages/applicationRecord/applicationRecord.vue
@@ -64,6 +64,10 @@
          <view class="box_list_item_nr_text">{{ item.createDate }} 提交</view>
        </view>
      </view>
      <view v-if="list.length === 0"  style="text-align: center;">
        <image src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto 0" mode="widthFix" />
        <view class="placeholder9 fs24">暂无数据</view>
      </view>
    </view>
  </view>
</template>
@@ -108,6 +112,7 @@
    },
    tabsClick(val) {
      this.pagination.page = 0
      this.list = []
      this.status = val
      this.getList()
    },