| uniapps/work-app/src/pages/work/index.vue | ●●●●● patch | view | raw | blame | history |
uniapps/work-app/src/pages/work/index.vue
@@ -88,7 +88,6 @@ getGdList(params).then(res => { const response = res.data.data dataList.value = response console.log('获取工单列表:', res.data.data) // 根据当前页码决定是替换还是追加数据 // if (listParams.value.current === 1) { // dataList.value = response @@ -112,7 +111,6 @@ const getstatusCountData=()=>{ getstatusCount().then(res=>{ const response = res.data.data console.log('获取工单统计数据:', response) const { totalCount,myCount } = response tabList.value.forEach(tab=>{