Browse Source

Merge branch 'qin_24'

space_permission
herenshan112 3 months ago
parent
commit
31ffb331d2
  1. 1
      src/views/hr/company/companyduty.vue
  2. 5
      src/views/hr/company/savePage.vue

1
src/views/hr/company/companyduty.vue

@ -163,6 +163,7 @@ const isShowOrg = (item: any) => {
<template #header> <template #header>
<div class="card_header"> <div class="card_header">
<div> <div>
{{ initConter.orgLevel }}
<el-select <el-select
v-if="initConter.orgLevel == 5" v-if="initConter.orgLevel == 5"
v-model="initConter.currentOrg" v-model="initConter.currentOrg"

5
src/views/hr/company/savePage.vue

@ -79,10 +79,11 @@ const getOrgPeople = () => {
saveInfo.value.night = res.data.nightAry; saveInfo.value.night = res.data.nightAry;
saveInfo.value.morning = res.data.morningAry; saveInfo.value.morning = res.data.morningAry;
saveInfo.value.afternoon = res.data.afternoonAry; saveInfo.value.afternoon = res.data.afternoonAry;
saveInfo.value.isCompany = 1; // saveInfo.value.isCompany = 1;
console.log("获取单一排版信息", saveInfo.value);
}) })
.finally(() => { .finally(() => {
// console.log("------------>", props.currOrgManList); console.log("------------>", saveInfo.value.isCompany);
if (saveInfo.value.isCompany == 1) { if (saveInfo.value.isCompany == 1) {
// orgPeopleList.value = props.currOrgManList; // orgPeopleList.value = props.currOrgManList;
// loading.value = false; // loading.value = false;

Loading…
Cancel
Save