提交 2967eba8 编写于 作者: ibizdev's avatar ibizdev

lab_qyk 发布系统代码

上级 b5adb7ab
......@@ -17,7 +17,7 @@
</i-col>
<i-col v-show="detailsModel.pdeptname.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='pdeptname' :itemRules="this.rules.pdeptname" class='' :caption="$t('entities.ibzdepartment.main_form.details.pdeptname')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.pdeptname.error" :isEmptyCaption="false" labelPos="LEFT">
<app-department-select :data="data" name="pdeptname" :value="data.pdeptname" :context="JSON.parse(JSON.stringify(context))" :fillMap="'{id:'bcode','label':'shortname'}';" filter="'orgid';" :multiple="'true';" style="" @select-change="onFormItemValueChange"></app-department-select>
<app-department-select :data="data" name="pdeptname" :value="data.pdeptname" :context="JSON.parse(JSON.stringify(context))" :fillMap="{id:'bcode','label':'shortname'};" filter="orgid;" :multiple="true;" style="" @select-change="onFormItemValueChange"></app-department-select>
</app-form-item>
</i-col>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册