|
|
|
@ -4,7 +4,7 @@ |
|
|
|
@ 备注: 设置调班锚点 |
|
|
|
--> |
|
|
|
<script lang="ts" setup> |
|
|
|
import { gaveAllApp, ginTeamRule, setupRulerForm } from "@/api/hr/people/index"; |
|
|
|
import { gaveAllApp, ginTeamRule, setupRulerForm } from "@/api/hr/people/index"; |
|
|
|
|
|
|
|
const props = defineProps({ |
|
|
|
open: { |
|
|
|
@ -147,7 +147,7 @@ onMounted(() => { |
|
|
|
append-to-body |
|
|
|
:before-close="closeDialog" |
|
|
|
> |
|
|
|
<el-form :model="formContent" label-width="auto"> |
|
|
|
<el-form :model="formContent" label-width="auto" style="width:100%"> |
|
|
|
<el-form-item label="关联App"> |
|
|
|
<el-select v-model="formContent.appKey" placeholder="请选择关联App"> |
|
|
|
<el-option |
|
|
|
|