多体系建设信息化条统-前端
zhouwx
2026-04-29 6b338b45fe9b688996d1d1440a3b87767f042ec3
src/views/build/conpanyFunctionConsult/orgStructure/dutyDistributeChart/index.vue
@@ -282,6 +282,8 @@
const getList = async () => {
  loading.value = true
  await getDeptList()
  await getSysClauseList()
  await getRemarksList()
  const res = await getDistribution(data.queryParams)
  if(res.code == 200){
    data.dataList = res.data
@@ -302,8 +304,6 @@
        item.remark = i.remark
      }
    }
    await getRemarksList()
    await getSysClauseList()
  }else{
    ElMessage.warning(res.message)
  }