吉安感知网项目-前端
张含笑
2026-01-22 c21fdbbf71076939d03e25a141f7737a93305e58
feat:工单
1 files modified
2 ■■■■■ changed files
uniapps/work-app/src/pages/work/index.vue 2 ●●●●● 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=>{