修改选人组件

This commit is contained in:
sunFlower
2022-10-12 12:13:36 +08:00
parent c40f5f1b7f
commit 6686bd3b1c
11 changed files with 133 additions and 19 deletions
@@ -94,7 +94,7 @@
<span class="Required">*</span>
<span class="title-text-text" :title="$t('authorizedUser')">{{$t('authorizedUser')}}</span>
</div>
<a-form-model-item class="itemModel" prop="studioEngineerName">
<a-form-model-item class="itemModel-multi" prop="studioEngineerName">
<PersonnelSelection :query="{db_field_name:'studioEngineer',db_field_txt:$t('authorizedUser')}"
:personneQuery="formInline"
@change="PersonnelSelectionChange"