Explorar el Código

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

lk hace 2 años
padre
commit
0831bfe396
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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,