huminmin
3 小时以前 4f6e2410ac8910840e8176b54b6c72d3ca82a894
修复造粒确认人数据错误
已修改1个文件
4 ■■■■ 文件已修改
src/views/productionManagement/workOrder/components/GranulationForm.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/workOrder/components/GranulationForm.vue
@@ -152,7 +152,7 @@
        formData.otherData.burningMaterial.userName = selectedUser.userName;
        break;
      case 'burningMaterialConfirmId':
        formData.otherData.stirredMillIncludesMixing.confirmName = selectedUser.userName;
        formData.otherData.burningMaterial.confirmName = selectedUser.userName;
        break;
      case 'stirredMillUserId':
        formData.otherData.stirredMill.userName = selectedUser.userName;
@@ -858,7 +858,7 @@
                       placeholder="请选择确认人"
                       clearable
                       filterable
                       @change="handleUserChange($event, 'stirredMillConfirmId')">
                       @change="handleUserChange($event, 'granulationBConfirmId')">
              <el-option v-for="user in userOptions"
                         :key="user.userId"
                         :label="user.userName"