多体系建设信息化条统-前端
祖安之光
2026-03-19 7a173d37aa782ee0e349b6b6a892a5f3e3174d29
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)
  }