Commit 60f1f627 authored by jingnan's avatar jingnan 👀

废品通知单责任人组件特殊处理

parent 81a9ce62
......@@ -20,7 +20,7 @@
v-for="citem in UserData"
:key="citem.id"
:label="citem.name"
:value="citem.id"
:value="basicData.subTypeName==='ScrapNoticeDoc'?`${citem.name}(${citem.userAccount})`:citem.id"
/>
</el-select>
</div>
......@@ -41,6 +41,12 @@ export default {
return {}
}
},
basicData: {
type: Object,
default: () => {
return {}
}
},
multiple: {
type: Boolean,
default: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment