选择部门组件更换

This commit is contained in:
shijingjing
2023-03-06 09:59:04 +08:00
parent 166de63a82
commit fda34a291f
3 changed files with 18 additions and 14 deletions

View File

@@ -57,7 +57,7 @@
</div>
<div class="examine_person" v-if="enableExamine == true">
<div><span class="color_red">*</span><span class="title">审批人</span></div>
<AiPagePicker type="custom" :selected.sync="form.examines" @select="getExamines" nodeKey="id" :ops="{url:`./selectDeptUser`,label: 'id'}">
<AiPagePicker type="custom" :selected.sync="form.examines" @select="getExamines" nodeKey="id" :ops="{url:`./selectDeptUser?selectTtype=0`,label: 'id'}">
<span class="label" v-if="form.examines.length">已选择{{ form.examines.length }}名人员</span>
<span class="color_gray" v-else>请选择</span>
<u-icon name="arrow-right" color="#CCD0D3" size="28"/>
@@ -142,7 +142,7 @@
</div>
</template>
removeStorageSync<script>
<script>
import { mapActions } from "vuex";
export default {
name: "addPropaganda",