多体系建设信息化条统-前端
祖安之光
2026-02-09 a7f16e7bfc7802777f7da404dcfe101483f38917
src/views/build/conpanyFunctionConsult/orgStructure/dutyDistributeChart/index.vue
@@ -143,7 +143,6 @@
const { queryParams,isEdit, dataList,deptList, isAdmin, companyList, caluseList, form,originRemark, remarkList,dialogVisible,mergeValues,remarkForm,rules } = toRefs(data);
const noticeRef = ref();
onMounted(async ()=>{
  await getSysClauseList()
  if(userStore.roles.includes('admin')){
    data.isAdmin = true
    await getCompanyList()
@@ -177,7 +176,7 @@
}
const getSysClauseList = async ()=> {
  const res = await getSysClause()
  const res = await getSysClause({companyId: data.queryParams.companyId})
  if(res.code == 200){
    data.caluseList = res.data.map(i=>{
      return {
@@ -304,6 +303,7 @@
      }
    }
    await getRemarksList()
    await getSysClauseList()
  }else{
    ElMessage.warning(res.message)
  }