车间能级提升-智能设备管理系统
zhuguifei
2025-05-14 496eaf6c859b868cac4aaaa8948b446d759b9d94
eims-ui-mobile/src/pages/repair/req-list.vue
@@ -24,7 +24,7 @@
}
</route>
<template>
  <z-paging ref="paging" v-model="dataList" @query="queryList" show-refresher-update-time>
  <z-paging ref="paging" v-model="dataList" :auto="false" @query="queryList" show-refresher-update-time>
    <template #top>
      <wd-drop-menu v-if="!isSelectReq">
        <wd-drop-menu-item
@@ -264,6 +264,7 @@
    // 只显示未接单数据
    status.value = 0
    console.log('OnSelectReq', data)
    // reloadData()
  })
})
@@ -272,6 +273,10 @@
  reqTypeList.value.push(...rList)
  const sList: any = await getDictInfo(DICT_REPAIR_REQ_STATUS)
  statusList.value.push(...sList)
  setTimeout(() => {
    reloadData()
  }, 800)
}
onLoad(() => {