| src/views/wel/components/backlog.vue | ●●●●● patch | view | raw | blame | history |
src/views/wel/components/backlog.vue
@@ -207,15 +207,12 @@ const type = 1 const res = await getOrderOrEventApi(type, userInfo.value.detail.areaCode) todos.value = res.data.data || [] console.log('事件工单',todos.value); loading.value = false } else if (checked.value === '智飞工单') { loading.value = true const type = 2 const res = await getOrderOrEventApi(type, userInfo.value.detail.areaCode) todos.value = res.data.data || [] console.log('智飞工单',todos.value); loading.value = false } }