联络人选择工作组的组件修改,可以选择所有人
This commit is contained in:
+3
-3
@@ -43,7 +43,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<a-form-model-item class="item-model" prop="workGroup">
|
||||
<user-select-by-work-group v-model="formInline.workGroup"
|
||||
<user-selection v-model="formInline.workGroup"
|
||||
:placeholder="$t('pleaseSelect')+$t('workCenter.enStandardRevision.workingGroup')"
|
||||
:disabled="disabled"
|
||||
filedName="workGroup"
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<script>
|
||||
import BaseInfoForm from './BaseInfoForm'
|
||||
import UserSelectByWorkGroup from '@/components/selection/UserSelectByWorkGroup'
|
||||
import UserSelection from '@comp/selection/UserSelection'
|
||||
import Vue from 'vue'
|
||||
import { kkFilePreview } from '@/utils/kkFilePreview'
|
||||
import { ACCESS_TOKEN } from '@/store/mutation-types'
|
||||
@@ -68,7 +68,7 @@ import { Base64 } from 'js-base64'
|
||||
|
||||
export default {
|
||||
name: 'DepartLiaisonIssueBaseInfo',
|
||||
components: { BaseInfoForm, UserSelectByWorkGroup },
|
||||
components: { BaseInfoForm, UserSelection },
|
||||
props: {
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user