|
|
@@ -240,6 +240,9 @@
|
|
|
if (item.props.label === '支持时间') {
|
|
|
this.form.supportTime = item.props.value
|
|
|
}
|
|
|
+ if (item.props.label === '支持人员') {
|
|
|
+ item.props.value = this.form.assignUserName
|
|
|
+ }
|
|
|
items.push({
|
|
|
componentName: item.componentName,
|
|
|
id: item.props.id,
|