|
|
|
@ -138,11 +138,11 @@ export default { |
|
|
|
headerAlign: 'center', |
|
|
|
headerAlign: 'center', |
|
|
|
hide: true, |
|
|
|
hide: true, |
|
|
|
align: 'center', |
|
|
|
align: 'center', |
|
|
|
dicUrl: '/blade-system/user/page?current=1&&size=99999', |
|
|
|
dicUrl: '/blade-system/user/list-process-engineer', |
|
|
|
props: { |
|
|
|
props: { |
|
|
|
label: 'realName', |
|
|
|
label: 'realName', |
|
|
|
value: 'id', |
|
|
|
value: 'id', |
|
|
|
res: 'data.records', |
|
|
|
res: 'data', |
|
|
|
}, |
|
|
|
}, |
|
|
|
change: (val, row) => { |
|
|
|
change: (val, row) => { |
|
|
|
this.onChangeData(val, row, 'craftManId'); |
|
|
|
this.onChangeData(val, row, 'craftManId'); |
|
|
|
|