fix: 修复工单审批时系统用户多选参数配置问题

This commit is contained in:
Orange
2020-09-29 17:09:55 +08:00
committed by Jiangjie.Bai
parent 2c0e079aa2
commit 951c9f56c5

View File

@@ -50,7 +50,7 @@ export default {
statusMap: this.object.status === 'open' ? STATUS_MAP[this.object.status] : STATUS_MAP[this.object.action],
requestForm: {
asset: this.object.confirmed_assets,
systemuser: this.object.confirmed_system_user,
systemuser: this.object.confirmed_system_users,
actions: this.object.actions
},
comments: '',
@@ -67,7 +67,7 @@ export default {
},
systemuser_select2: {
multiple: true,
value: this.object.confirmed_system_user,
value: this.object.confirmed_system_users,
ajax: {
url: this.object.system_user_waitlist_url,
transformOption: (item) => {