多体系建设信息化条统-前端
zhouwx
7 days ago e98927815d4db1289d89cb34cf44972c55abb480
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)
  }