Browse Source

fix(支持人员): 支持人员为空问题修复

lk 2 years ago
parent
commit
0831bfe396
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/work/order/components/Edit.vue

+ 3 - 0
src/views/work/order/components/Edit.vue

@@ -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,